Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AVD is not valid. Configuration has changed since AVD creation in Intellij IDEA 13

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

like image 736
lordmegamax Avatar asked Nov 21 '13 09:11

lordmegamax


2 Answers

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.
like image 50
coderazzi Avatar answered Oct 28 '22 15:10

coderazzi


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.

like image 40
Rohan Kandwal Avatar answered Oct 28 '22 13:10

Rohan Kandwal