开发者

Updating SDK 2.3 - what exactly are the SDK Platform tools?

开发者 https://www.devze.com 2023-02-08 02:11 出处:网络
I wish to update my SDK 2.3 to the latest revision of 2.3. I don\'t want to update to 3.0 preview and lose the GPS emulation and have a slow emulator. 2.3 is just fine for me. I\'ve updated the ADT pl

I wish to update my SDK 2.3 to the latest revision of 2.3. I don't want to update to 3.0 preview and lose the GPS emulation and have a slow emulator. 2.3 is just fine for me. I've updated the ADT plugin to 9.0.0 by the Eclipse 'check for updates'.

If I run the AVD manager from Eclipse and look at my installed packages, I have installed :

Updating SDK 2.3 - what exactly are the SDK Platform tools?

and the available packages with the ones that I think I want checked are:

Updating SDK 2.3 - what exactly are the SDK Platform tools?

My question is: what do I get with the platform tools? Is it just what goes in the platform-tools folder (i.e. the aapt.exe, adb.exe etc)? I don't want to overwrite the tools folder and en开发者_如何学JAVAd up with the slow emulator.


Yes, platform-tools are adb.exe and friends. You will also want Android SDK Tools, revision 9 as well, and don't worry about Honeycomb stuff - even if you do install them, they won't interfere with you (for example you can filter on platform version within the developer docs).

0

精彩评论

暂无评论...
验证码 换一张
取 消