Fix for INSTALL_FAILED_DEXOPT for Android on Xamarin Studio Mac
Note: This fix will work only for PCL Xamarin Forms Projects
refer to this pages to see the issue
http://forums.xamarin.com/discussion/comment/228072
http://stackoverflow.com/questions/39492901/deployment-failed-because-of-an-internal-error-failure-install-failed-dexopt/40092375#40092375
the fix is pretty easy:
1- remove this next 3 libs(and his dependencies)** from your Android project
**It suppose that Microsoft.Bcl, Bcl.Build and Microsoft.Net.Http and his dependencies are no mandatory to have it into you Android App Project it will work by adding them only for your PCL
if you have any doubt dont forget that you can contact me by email on alejandro@alejandroruizvarela.com
refer to this pages to see the issue
http://forums.xamarin.com/discussion/comment/228072
http://stackoverflow.com/questions/39492901/deployment-failed-because-of-an-internal-error-failure-install-failed-dexopt/40092375#40092375
the fix is pretty easy:
1- remove this next 3 libs(and his dependencies)** from your Android project
Microsoft.Net.Http
Microsoft.Bcl
Microsoft.Bcl.Build
2- Add System.Net.Http reference Manually via "References/All/System.Net.Http"
now you're able to debug your app even using Shared Mono Runtime / Fast Assembly Development
**It suppose that Microsoft.Bcl, Bcl.Build and Microsoft.Net.Http and his dependencies are no mandatory to have it into you Android App Project it will work by adding them only for your PCL
if you have any doubt dont forget that you can contact me by email on alejandro@alejandroruizvarela.com
Comentarios
Publicar un comentario