Application Installation Failed in Android Studio

后端 未结 30 2635
情书的邮戳
情书的邮戳 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:25

    I also had the problem after globally changing the project name, applicationid and the folders containing the java files.

    Disabling Instant run helped, but was not a good option, so this helped:

    • close Android Studio
    • deleted those files and folders: rm -Rf .gradle .tags local.properties .idea/workspace.xml .idea/caches/* .idea/libraries app/build
    • start Android Studio and let it resync everything
    • press run

提交回复
热议问题