I installed android in my new laptop. I keep getting the below error whenever I try open the "Android SDK and AVD manager" from the Window drag down menu in Eclipse IDE.
I 开发者_JAVA百科have already set the path in the preferences of eclipse IDE.
If you go to Eclipse's Preferences, and click on the Android subheading on the left, there should be an SDK Location preference. Click the Browse... button, and select the root folder of the Android SDK install location. This should point to the folder that houses the add-ons/, docs/, and tools/ folders among others.
If eclipse is still giving you the same error, try redownloading and uncompressing the SDK for your platform, and pointing Eclipse to the folder using the instructions above.
精彩评论