Application Installation Failed in Android Studio

后端 未结 30 2663
情书的邮戳
情书的邮戳 2020-11-28 02:02

Yesterday my app was running perfect from Android Studio but today when I started working on my app and running it i am getting error message continuously

30条回答
  •  情歌与酒
    2020-11-28 02:06

    At me such error arose after renaming of a folder with the project.

    Disabling Instance Run helped, but what if you do not need to disable it?

    I deleted all the tags mentioning the old folder name from the file myproject\app\build\intermediates\restart-dex\debug\build-info.xml

    The error has disappeared.

提交回复
热议问题