monodroid-samples/OneABIPerAPK
conceptdev b213c51296 onboard missing samples 2019-08-01 16:24:23 -07:00
..
Assets Migrating the MultipleAPK project into monodroid-samples. 2014-07-03 14:20:17 -06:00
Properties Bump a few projects min SDK version to 9 2018-01-26 12:42:47 -05:00
Resources Migrating the MultipleAPK project into monodroid-samples. 2014-07-03 14:20:17 -06:00
HelloWorld.csproj Migrating the MultipleAPK project into monodroid-samples. 2014-07-03 14:20:17 -06:00
HelloWorld.sln Migrating the MultipleAPK project into monodroid-samples. 2014-07-03 14:20:17 -06:00
MainActivity.cs Migrating the MultipleAPK project into monodroid-samples. 2014-07-03 14:20:17 -06:00
Metadata.xml Add brief description tag to metadata.xml 2015-04-16 14:44:26 -04:00
README.md onboard missing samples 2019-08-01 16:24:23 -07:00
Rakefile.rb Include the ABI in the android:versionName as well. 2014-07-04 09:10:08 -06:00
web_hi_res_512.png Migrating the MultipleAPK project into monodroid-samples. 2014-07-03 14:20:17 -06:00

README.md

name description page_type languages products urlFragment
Xamarin.Android - OneABIPerAPK This solution will build a simple HelloWorld style of project. There will be three APK's built, one for each ABI sample
csharp
xamarin
oneabiperapk

OneABIPerAPK

This solution will build a simple HelloWorld style of project. There will be three APK's built, one for each ABI. This solution demonstrates how to create a unique android:versionCode for each APK.

To build the solution run the following at the command line:

rake build

This will create three folders with the APK:

  • bin.armeabi
  • bin.armeabi-v7a
  • bin.x86