android - Error assembly with monoandroid -


i have issue mono.android 4.6.04000 have error occurs when try built project "error cs0012: le type 'android.app.activity' est défini dans un assembly qui n'est pas référencé. vous devez ajouter une référence à l'assembly 'mono.android, version=0.0.0.0, culture=neutral, publickeytoken=c4c4237547e4b6cd'. (cs0012) (monapp)'

in english sould "the type 'android.app.activity' define in assembly isn't referenced. have add reference assemby 'mono.android, version=0.0.0.0, culture=neutral, publickeytoken=c4c4237547e4b6cd'.

and assembly mono.android referenced. know how resolve problem.

sorry english.

rebuild assemblies version of mono android using. because of changes strongnames in 4.6.0.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -