Android Emulator can't start, 'cause of wrong folder

后端 未结 6 1315
后悔当初
后悔当初 2020-12-02 10:07

I\'m just starting to use Eclipse and ADT and I have some issues, the Android Emulator don\'t start :

[2011-07-10 15:32:25 - Android_FirstApp] --------------         


        
6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 10:47

    The configuration files for your emulator might have been saved by AndroidSDK and AVD Manager some where else in your hard drive.

    Do the following:

    First search for the .android folder on you harddisk. After you find that, move the .android folder to your user root directory - which may be "C:\Users\something\" in your case.

    Other Method

    Check the location of old folder you can open eclipse Navigate to Windows--> Preferences-->Android-->Expand it and Select Build Find the Value of Default Debug keystore and you will know your .android folder location.

    Then mklink /J "old folder location" "C:\Users\Something\"

提交回复
热议问题