'App not Installed' Error on Android

前端 未结 30 2155
说谎
说谎 2020-11-22 06:03

I have a program working in the Android Emulator. Every now and again I have been creating a signed .apk and exporting it to my HTC Desire to test. It has all been fine.

30条回答
  •  忘掉有多难
    2020-11-22 06:55

    My problem was: I used the Debug Apk, that was generated while I did the Run command from Android Studio

    Solution was: Instead of using this file, clean project and click Build > Build APK(s) from Android Studio. Then you can use the generated APK from the usual folder (app/build/outputs/apk/debug/)

    The file that was generated like this installed without a problem.

提交回复
热议问题