문제

This error appears when I updated IDEA CE to 132.1045 version. AVD manager has no problem with this AVD. I tried to recreate AVD from scratch but no result, same problem. In SDK manager no updates.

screenshot

If click on "Continue Anyway" app deploys normal.

enter image description here

도움이 되었습니까?

해결책

This problem happens to me after SDK updates when I am using any device based directly on the default Device definitions.

Furthermore: any new virtual device created with the default device definitions (Nexus 7, Nexus S, etc) gives directly the same error.

My solution is to duplicate these definitions:

  1. In Android Virtual Device Manager / Device definitions -> select the definition to use, and press Edit. Provide a new name and press the button 'Clone Device'.
  2. Now, create the new virtual device using this cloned configuration.
  3. The new device does not raise any longer the invalid configuration error messages.

다른 팁

the answer by @coderazzi is correct, but those who are new to intellij and are facing problems in finding appropriate settings here's some images

  1. Open AVD Settings

  2. Open Device Definitions and select any device definitions eg. Nexus S

  3. Click on Clone and then add a new name

  4. Create a new AVD using the new definitions "Bug Free Nexus S". Now use this as your target emulator and you will face no problems.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top