I have a custom android.jar which overrides the default android classes and needs to be build before the default android.jar .In eclipse I can set the order in the tab of 'Order and Export'。But now I'm using gradle in android studio,what should i do?
Any ideas? Any clarification needed? Thanks in advance!
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.android.support:design:23.0.0'
}
Like this you can build jar files
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With