Android 4.0.3 emulator: install fails with “permission revoke”

后端 未结 1 558
春和景丽
春和景丽 2020-12-11 20:25

Running my app on the 4.0.3 emulator typically works fine, but once in a blue moon it abruptly fails, and from then on, keeps failing. The console doesn\'t give any especial

相关标签:
1条回答
  • 2020-12-11 20:38

    By deleting the dalvik cache, I managed to resolve the problem. In the terminal, I entered:

    adb root
    adb remount
    adb shell rm -r /data/dalvik-cache/*
    
    0 讨论(0)
提交回复
热议问题