amotzte / android-mock-location-for-development

allows to change mock location from command line on real devices
75 stars 24 forks source link

65K methods limit is hit #3

Closed abiemann closed 7 years ago

abiemann commented 7 years ago

Error:Execution failed for task ':app:transformClassesWithDexForDebug'.

com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536

for implementation, see : https://stackoverflow.com/questions/26515378/dexindexoverflowexception-issue-after-updating-to-latest-appcompat-and-support-l

amotzte commented 7 years ago

Would you be interested to to push a PR?

abiemann commented 7 years ago

Did it :-) https://github.com/amotzte/android-mock-location-for-development/pull/4