android-sdk-tools

Parsing Data for android-21 failed Unsupported major.minor version 51.0 in mac os Eclipse

这一生的挚爱 提交于 2019-12-05 00:28:51
问题 i am using Mac os x Yosemite version 10.10.1 And Eclipse Luna 4.4 i integrated Android SDK into Eclipse and it showing the Following Error i searched in net and i came to know that this problem is based on java JDK version problem. in My mac i installed JDK 1.6 and 1.7 and 1.8 as well. i know JDK 1.6 will not support for android 5. so in Eclipse i set the java compiler to JDK 1.7 but after setting if i restart the Eclipse its again setting to JDK 1.6 . My question is which JDK will support

SDK Manager is missing older Android System images for emulator

邮差的信 提交于 2019-12-04 23:52:24
I've just did fresh installs of the ADT bundle (20130522) and the Android Studio. (because my eclipse install got screwed up again, but that's another story.) In either version, when I launch the SDK Manager, I don't have any system images for 2.2, only an x86 image for 2.3.3, and no images for 3.0, 3.1, and 3.2. I couldn't find any official word as to why they've been removed. Is there now a better way to test on those platforms rather than by using the emulator images? Check the "Obsolete" checkbox, towards the bottom of your SDK Manager window, and you should see them. More specifically, up

An error occurred after update the Android SDK Tool REV 22 “Unable to resolve superclass of L”

早过忘川 提交于 2019-12-04 23:33:04
The project is good yesterday, but when I update Sdk tools and ADT today(REV 22), the error occurred like "Unable to resolve superclass of L..." when I run the project. My project uses ActionbarSherlock and SlidingMenu. I have already tried: Copy external jars to my project's "libs" folder. (I have already do this before) Properties->Java Build Path->Projects and add the library project there. clean and rebuild reset the computer or IDE Try other project which also contains project lib Follow Class not found error after updating ADT and Android sdk tools to latest ver 22 But they are all

Problems with the Renderscript support library

浪尽此生 提交于 2019-12-04 22:44:46
问题 I am trying to use the Android Renderscript support library on devices of API 16 and up, following the steps described here. So far things have not gone smoothly. My Renderscript code is listed below. #pragma version(1) #pragma rs java_package_name(com.xxx.renderscript.test) #include "rs_time.rsh" rs_script flipScript; rs_allocation gIn; rs_allocation gOut; int width; int height; int direction = 0; void root(uchar4 *v_out, const void *usrData, uint32_t x, uint32_t y) { if(direction == 0) { //

Why is the intel x86 emulator accelerator (HAXM installer) is showing not compatible with windows?

北慕城南 提交于 2019-12-04 17:53:28
问题 Why is the intel x86 emulator accelerator (HAXM installer) is showing not compatible with windows. I have windows 10 ,64 bit. 回答1: Check your system have Intel® VT-x Technology. If yes then goto bios settings and turn it on. Check This Link : https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows. 回答2: I did face the same issue (standalone sdk manager showing that its not windows compatible). Step 1: Open Settings -

Android Studio - Issue with Android SDK on Windows 7

ぐ巨炮叔叔 提交于 2019-12-04 17:23:39
问题 Im having a issue with the latest developer tool announced at Google i/o 2013 "Android Studio". I have successfully installed the program and am able to launch just fine. I can import exsisting projects and edit them just fine. However when i attempt to click the SDK Manager icon or the AVD Manager icon, Or when i attempt to create a new project. I get the following error "Please specify Android SDK" Now, I have already gone into File > Other Settings > Default Project Structure > under

I upgraded Android from targetSdk 22 to 23 and i'm getting a NoSuchMethodError. How could i fix this?

最后都变了- 提交于 2019-12-04 16:06:57
问题 Here are is my config and my excpetion, i'm not sure how to fix this? compileSdkVersion 23 buildToolsVersion "23.0.1" defaultConfig { applicationId "com.rithmio.coach" minSdkVersion 19 targetSdkVersion 23 } 09-17 22:52:15.645 15249-15249/com.rithmio.coach E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: com.rithmio.coach, PID: 15249 java.lang.NoSuchMethodError: No virtual method getColor(ILandroid/content/res/Resources$Theme;)I in class Landroid/content/res/Resources; or its super classes

Getting warning “NDK is missing a 'platforms” directory.' with no NDK [duplicate]

不打扰是莪最后的温柔 提交于 2019-12-04 15:28:40
问题 This question already has answers here : How to fix android studios 2.3 NDK bug? (10 answers) Closed 2 years ago . I've got a project that only uses the Android SDK, not the NDK, but I'm getting warnings whenever I build with gradle about the NDK: NDK is missing a "platforms" directory. If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /usr/local/opt/android-sdk/ndk-bundle. If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or

Error : WatchActivity cannot be resolved to a type,Why i'm getting this? [duplicate]

柔情痞子 提交于 2019-12-04 15:20:32
This question already has answers here : Update Eclipse with Android development tools v. 23 (43 answers) Closed 5 years ago . Well i have update my Android Sdk to 23 & even Eclips ADT plugin to the latest version. why i'm getting the error in import library of WatchActivity . And i have already fixed this issue " Update eclipse with Android Development tools 23 ". When i create a new android project with "Blank Activity" my Src & Layout folder is empty. When i create a new android project with "Blank Wear Activity" it will create scr folder with Activity file bit contains an error

Android - no known package when getting value for resource number

橙三吉。 提交于 2019-12-04 12:29:59
I have recently updated my android sdk, and all of a sudden when i try and build my android app, the app appears on my device, but doesnt take the app icon and the name is the package name not the app name, and then crashes straight away. In the logcat, the image below is produced: Has anyone else experienced this, or know how to fix it?!! Thanks in advance 来源: https://stackoverflow.com/questions/26488866/android-no-known-package-when-getting-value-for-resource-number