Android SDK and AVD Manager -Cant create AVD in correct file location

前端 未结 5 2121
一生所求
一生所求 2020-12-09 06:02

When trying to create an AVD with the android SDK AVD manager I get \'Error: null\'. This keeps happening because the SDK manager is looking for \'List of existing Android V

5条回答
  •  庸人自扰
    2020-12-09 06:50

    SET ANDROID_SDK_HOME variable not working for me.
    
    1. Open eclipse
    2. Click on window menu and then select preference.
    3. Select android from left hand side.
    4. Now SET SDK location e.g. E:\android\sdk instead of ../sdk means set Absolute path instead of Relative path.

    Its worked for me.

    I hope this help someone and save time.

提交回复
热议问题