Error:failed to find target android-23 : /Users/code2care/Android/adt-bundle-mac-x86_64-20140702/sdk
If you get this error message in Android Studio Message console then it means that you do not have Android SDK Platform 23 version installed on your system. You should get a Link along with the error message "Install missing platform(s) and sync project" just click on it and you would get SDK QuickFix Installation dialog, Accept the License Agreement and get the component installed,
Loading SDK information...
Refresh Sources:
Fetched Add-ons List successfully
Refresh Sources
Ignoring unknown package filter 'android-23'Warning: The package filter removed all packages. There is nothing to install.
Please consider trying to update again without a package filter.
If you get such an error message then get the SDK platform installed from SDK Manager under Tools and then try opening your project again.
Similar Issues:Error:failed to find target android-18
Error:failed to find target android-19
Error:failed to find target android-20
Error:failed to find target android-21
Error:failed to find target android-22 (Lollipop)
Error:failed to find target android-23 (Lollipop)
Error:failed to find target android-24 (Android M Preview)
More Posts related to Android,
- Check Internet Connection WIFI 4G is active on Android Programmatically
- Android Emulator cannot be opened because the developer cannot be verified. [M1 Mac]
- How to Change Android Toast Position?
- Fail to connect to camera service Android java RuntimeException
- How to create Custom RatingBar Android Programming Tutorial
- Fixing Android unknown error 961 while downloading app
- Android AlertDialog with Yes No and Cancel Button
- Share or Send SMS via Android Intent
- The Android Virtual Device myEmulator is currently running an emulator and cannot be deleted.
- Pass data between two Android Activities and access it using Intent
- SQLite with Android Easy to Understand Tutorial that covers Select, Insert, Update and Delete
- [FIX] AndroidRuntime: FATAL EXCEPTION: main - java.lang.RuntimeException NullPointerException
- Android EditText Cursor Colour appears to be white
- Android Development - How to switch between two Activities
- Android xml error Attribute is missing the Android namespace prefix [Solution]
- Android : Remove ListView Separator/divider programmatically or using xml property
- Android is starting optimizing... app 1 of 1
- java.lang.NoClassDefFoundError android.support.v4.content.LocalBroadcastManager
- AlertDialog with single button example : Android
- Android : Exception raised during rendering: action_bar API 22
- Maven : java.lang.ClassNotFoundException: Xmx512m
- Android Lint app_name is not translated in af (Afrikaans) am (Amharic) ar (Arabic) bg (Bulgarian)
- Center align text in TextView Android Programming
- How to Download and Install Android adb Tool on Linux, Mac or Windows
- Multiline EditText in Android Example
More Posts:
- Ways to Convert Integer or int to Long in Java - Java
- StringJoiner Example with Java Collections - Java
- How to install Python 2.7.xx on macOS 12.3 Monterey or higher - Python
- Drop table using Java JDBC Template - Java
- Iterate over an Array using Java 8 Stream and foreach - Java
- Fahrenheit to Celsius Temperature Convertor: Tool & Formula - Tools
- How to update all installed packages at once in Ubuntu - Ubuntu
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2) - Android-Studio