java.io.IOException: No original dex files found for dex location

前端 未结 7 917
后悔当初
后悔当初 2020-12-11 00:42

I\'m trying to build an Android application using the latest SDK from project files that haven\'t been updated since 2015. With a little work, I\'ve managed to get it build

7条回答
  •  伪装坚强ぢ
    2020-12-11 01:22

    I also faced same kind of issue after installing my apk. After disabling PREOPT from android.mk and building the application then it started working.

    Please see the below link for reference https://groups.google.com/forum/#!topic/android-building/NWpPusXEfN0

提交回复
热议问题