Failure [INSTALL_FAILED_INVALID_APK]

后端 未结 30 1624
庸人自扰
庸人自扰 2020-11-27 04:12

When I click to run a project I just created in Android Studio 0.2.10 and select my Android (connected by USB with debug by USB on) I get this error:

Waiting         


        
30条回答
  •  北海茫月
    2020-11-27 04:49

    I had this problem on android Studio because in my Debug build i've added version name suffix -DEBUG and the - was the problem.

    Try to only have letters, numbers and dots on your version names and application ids

提交回复
热议问题