Skip to content

Sample of how to set up multidex using support library and binding project for Android pre lollipop

License

Notifications You must be signed in to change notification settings

Bowman74/XamarinMultiDex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XamarinMultiDex

Sample of how to set up multidex using support library and binding project for Android pre lollipop

To use compile and reference the AndroidMultiDex library. This project creates a binding for the Android MultiDex Support Library.

After the project has been referenced modify the applicaiton's manifest to add the android:name attribute to derive your application from the Android MultiDex Support Library. For example:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="AndroidMultiDexTest.AndroidMultiDexTest" android:versionCode="1" android:versionName="1.0">
<uses-sdk android:minSdkVersion="16" />
<application android:label="AndroidMultiDexTest"
android:name="android.support.multidex.MultiDexApplication">
</application>
</manifest>

About

Sample of how to set up multidex using support library and binding project for Android pre lollipop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages