Trouble installing Android 4.2 APIs

后端 未结 7 1379
不知归路
不知归路 2021-01-31 01:03

I updated ADT through Eclipse today to version 21. Now when I open the SDK Manager I would expect there to be a folder like \"Android 4.2 (API 17)\", which would contain the SDK

7条回答
  •  闹比i
    闹比i (楼主)
    2021-01-31 01:28

    I had this problem in ubuntu.

    • Open a terminal and navigate to the android-sdk-linux folder: cd android-sdk-linux

    • Then manually update the sdk: tools/android update sdk -u

    After it is done, restart Eclipse.

提交回复
热议问题