android-sdk-tools

Android SDK location should not contain whitespace, as this cause problems with NDK tools

醉酒当歌 提交于 2019-12-17 15:30:00
问题 Recently I have installed the last version of Android Studio (Android Studio 2.1), keeping the old 1.2 version previously installed. Now i have Android Studio 2.1 and Android Studio 1.2. In Android Studio 1.2 when I click on SDK Manager it works properly, but in Andorid Studio 2.1 this problem appears: how can I fix keeping the two versions of Android studio? Thanks 回答1: As the warning message states, the SDK location should not contain whitespace. Your SDK is at C:\Users\Giacomo B\AppData

What are the Android SDK build-tools, platform-tools and tools? And which version should be used?

Deadly 提交于 2019-12-17 06:22:36
问题 I know this is a very rudimentary question, but to my surprise, I could not find any document about Android SDK Build-tools. Besides Android SDK Tools and Android SDK Platform-tools, there are a bunch of Android SDK Build-tools as shown in the appended screenshot. Could anyone point to a source explaining all of them and help clarifying how a certain version of Android SDK Build-tools is picked for use? Edited (2014-02-27) : I still do not fully understand all the tools. The following is my

What are the Android SDK build-tools, platform-tools and tools? And which version should be used?

和自甴很熟 提交于 2019-12-17 06:20:42
问题 I know this is a very rudimentary question, but to my surprise, I could not find any document about Android SDK Build-tools. Besides Android SDK Tools and Android SDK Platform-tools, there are a bunch of Android SDK Build-tools as shown in the appended screenshot. Could anyone point to a source explaining all of them and help clarifying how a certain version of Android SDK Build-tools is picked for use? Edited (2014-02-27) : I still do not fully understand all the tools. The following is my

How do I add sdk tools manually to android studio

泄露秘密 提交于 2019-12-14 03:33:47
问题 I downloaded android studio without sdk tools, but I have them already from the eclipse IDE I want to manually place them where they should be, as when I open android studio it starts downloading the sdk tools automatically, but my data pack is running out, I can't download it!. Where should I place the sdk tools folder in the android studio files, so that it doesn't attempt to install the sdk tools automatically and just launch the studio directly. 回答1: you can setup in first setting.. first

Error in Launching AVD on Windows 7 in Android SDK 23

倖福魔咒の 提交于 2019-12-14 02:54:43
问题 I have Windows 7(Ultimate edition) installed in my Dell Inspiron laptop with an Intel i5 processor. I have recently installed the latest Android SDK(SDK 23, Android 6.0) and it got successfully installed as well. Now when I launch AVD, I get the following error message: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed! Now the problem is, I have

Failed to find version-tag string. File must be updated

余生长醉 提交于 2019-12-14 02:18:36
问题 I am trying to create apk for android using the command ./build.py --package org.test.hideapp --name hideapp --version 1.0 --dir /home/home/Downloads/Projects/test5/hideapp debug adb installd but, I am getting the error ./build.py --package org.test.hideapp --name hideapp --version 1.0 --dir /home/home/Downloads/Projects/test5/hideapp debug adb installd Updated project.properties Updated local.properties ---------- build.xml: Failed to find version-tag string. File must be updated. In order

Blank Emulator Opening In AVD

老子叫甜甜 提交于 2019-12-13 21:06:29
问题 When I launch the emulator manually from AVD I just get a blank screen. Android never loads on it. I tried all the different settings in AVD . I also let the emulator stay open for hours to make sure it wasn't just really slow. Please help! 来源: https://stackoverflow.com/questions/29894512/blank-emulator-opening-in-avd

Can't set Android target after update sdk rev.21 in Eclipse

青春壹個敷衍的年華 提交于 2019-12-13 19:23:37
问题 After update Android SDK revision 21 for building application with Android 4.2. But now, I can't set Android Project Build target anymore. Steps in procedure: Updated Android SDK platform and platform tools to revision 21 via Android SDK manager. Updated ADT plugin for eclipse to revision 21. Restart Eclipse. This is Android entry in Eclipse Preferences. This is my project's properties: Thanks in advanced. 回答1: At least, I have to install the latest Eclipse IDE to make it works. My old

TargetFrameworkVersion v7.0 could not be converted to an Android API level. Xamarin.Forms (Portable)

不羁的心 提交于 2019-12-13 06:34:35
问题 I have created new Xamarin.Forms (Portable) application and tried to build but I am getting the error TargetFrameworkVersion v7.0 could not be converted to an Android API level. Xamarin.Forms (Portable) Please check the attached screenshot. Are there any solutions for this? 回答1: This problem is resolved now. I have just formatted my Windows 8.1 and reinstalled everything. I have reinstalled Windows 8.1 and Visual Studio 2015 Update 2 and try to rebuild the application and It's working. I am

Android Aapt2InternalException in compilation

删除回忆录丶 提交于 2019-12-13 04:44:37
问题 Android sdk installation steps: wget -q https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip -O android-sdk-tools.zip \ && unzip -q android-sdk-tools.zip -d ${ANDROID_HOME} \ && rm android-sdk-tools.zip yes | sdkmanager --licenses export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools Clone an android project from github. clean task works fine. $git clone and-repo-url $cd and-repo && ./gradlew clean There is no platform and build