google / blockly-android

Blockly for Android
Apache License 2.0
672 stars 209 forks source link

Disabling multidex on the blocklytest app. #649

Closed AnmAtAnm closed 6 years ago

AnmAtAnm commented 6 years ago

I ran into the error "Didn't find class “android.support.multidex.MultiDexApplication” on path: DexPathList". Disabling multidex on the test app (which is not used on other apps, either).

If one wanted multidex, the solution is to create a dex keep file list: https://developer.android.com/studio/build/multidex.html#keep


This change is Reviewable