Search code examples
androidintellij-ideaintellij-eap

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


Solution

  • 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.