Error: Could not access the Package Manager. Is the system running? - At Android Studio

前端 未结 8 2199
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-05 14:49

I installed android studio and tried to run easy projects.

But I caught strange error message:

Waiting for device.
/usr/local/idea/android-studio/sdk         


        
8条回答
  •  庸人自扰
    2020-12-05 15:05

    The same happened to me right now. I don't know if there is another but for me the following worked:

    • Opened AVD (Android Virtual Device) Manager
    • Started virtual device
    • Hit the Run button again (that one at status bar)

    Explanation: The problem happened because of timeout. Once device had started, the Android Studio could comunicate with him. (v 0.5.3)

提交回复
热议问题