AVD not working correctly in android studio

时光总嘲笑我的痴心妄想 提交于 2019-12-12 18:26:02

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/17254959/avd-not-working-correctly-in-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!