Eclipse will show the prompt box ” SDK Platform Tools component is missing! … “!
Then I found that all Android projects will not automatically compile the R.java file.
So how to solve it?
In fact, this is caused by the mismatch between the ADT tool version and the Android SDK Platform-tools Version. The solution is to upgrade the Android SDK Platform-tools Version while upgrading the ADT plug-in. (Not Android SDK Tools, revision 11! )
Window> Android SDK and AVD Manager> Available Packages:
+ Android SDK Platform-tools, revision 3
Restart Eclipse after installation.
Similar Posts:
- Solve the problem of low version of Android SDK build tools
- How to Solve MSB8020 The build tools for v141 (Platform Toolset = ‘v141‘) cannot be found. To build using the
- How to Solve Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!
- error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = ‘v100’) cannot be found
- [Solved] Failed to load D:\Android SDK\android-sdk-windows\build-tools\29.0.3\lib\dx.jar
- Android AAPT2 error: check logs for details [How to Solve]
- Android studio can’t find the emulator and can’t connect to the mobile phone. Prompt adb.exe start server ‘failed — run manually if necessary
- Ubuntu adb :no permissions (user in plugdev group; are your udev rules wrong?);
- adb server version (31) doesn’t match this client (36); killing…
- :R cannot be resolved to a variable