user2512394
user2512394

Reputation: 73

AVD not working correctly in android studio

I have been developing android apps in eclipse and since moving to android studio, i can't load apps to my already existing AVDs it just tries to create a new one. which is always damaged. after, it keep saying my already existing AVD is invalid

Upvotes: 2

Views: 2786

Answers (1)

user1559736
user1559736

Reputation: 128

Im guessing you already had android-sdk with eclipse, android studio creates it's own. set your studio's sdk to the old one, click your project's settings and choose it from the SDK pane. Also if that fails you can try to create an AVD from the studio AVD manager not from eclipse. that worked for me.

Upvotes: 2

Related Questions