Skip to content

Instantly share code, notes, and snippets.

@JonDouglas
Created March 10, 2016 16:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonDouglas/29de6475eff2e219d1a6 to your computer and use it in GitHub Desktop.
Save JonDouglas/29de6475eff2e219d1a6 to your computer and use it in GitHub Desktop.
Xamarin.Android Install as System Application

Xamarin.Android Installing APK as System Application

Ideally if you took a Release .apk, anything in the lib/ABI should go into the respective /system/lib folder.

For example with a File->New Android Project

If I created a Release Aligned .apk, I should be able to extract it and view the following:

lib\armeabi-v7a

Which has two .so files here:

libmonodroid.so

libmonosgen-2.0.so

You will need to ensure that both of these .so files are included in the /system/lib folder and then your application should install as a system application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment