Adt doesn't create default hello world but command line does

后端 未结 5 1309
名媛妹妹
名媛妹妹 2020-11-27 07:15

My ADT worked correctly as same as whatever saw in tutorial until 2days ago when i created a project like before and also i selected \"create a blank activity\" and i expect

5条回答
  •  醉梦人生
    2020-11-27 07:46

    This problem was because of New version of SDK and ADT so to update ADT please add this address: https://dl-ssl.google.com/android/eclipse/ ** Be aware it doesn't work with exciting address begin with http so go to Install New software in ADT and do these steps: enter image description here

    Then Select this and press Next and Next and accept licence and press finish to download and install: enter image description here

    Now after restart ADT if you create a project it will work another problem i saw was the AVD doesn't work correctly you can not add new device to solve this problem run this command from SDK path:

    ~/Program/android/adt/sdk/tools $ ./android avd
    

    After add your device go to ADT and open AVD from eclipse and press Refresh enter image description here

    It should work now

提交回复
热议问题