android-sdk-tools

How to create .obb file as main apk expansion file using jobb tool?

断了今生、忘了曾经 提交于 2019-11-29 02:44:24
I have an apk of 80Mb and so am not able to upload it on google play store. I have googled a lot and found that I have to create .obb file as the main expansion file. Also I have found that I can create a .obb file using the jobb tool which is inside sdk > tools > jobb.bat but unfortunately it closes just after it starts. So am I missing something? i have googled and found that we shold have to make .zip with 0% (No compression) that is mention in http://developer.android.com/google/play/expansion-files.html Tip: If you're packaging media files into a ZIP, you can use media playback calls on

PANIC: Cannot find AVD system path. Please define ANDROID_SDK_ROOT

自作多情 提交于 2019-11-29 02:10:20
问题 I'm trying to run my first Ionic app but i'm getting this error where it does not find my phone and does not find the emulator to run either. C:\Users\MART\Dropbox\Ionic\myapp>ionic run android Running command: "C:\Program Files\nodejs\node.exe" C:\Users\MART\Dropbox\Ionic\myapp\hooks\after_prepare\010_add_platform_class.js C:\Users\MART\Dropbox\Ionic\myapp add to body class: platform-android ANDROID_HOME=C:\Users\MART\Dropbox\Ionic\adt-bundle-windows-x86_64-20140702\sdk JAVA_HOME=C:\Program

Could not find INI file in $ANDROID_AVD_HOME nor in $HOME/.android/avd

耗尽温柔 提交于 2019-11-28 23:57:34
问题 I cannot start a virtual devices on android SDK when I press the start button on AVD manager, this error shows on my screen: Starting emulator for AVD 'AVD_for_Galaxy_Nexus_by_Google' PANIC: Could not find AVD_for_Galaxy_Nexus_by_Google.ini file in $ANDROID_AVD_HOME nor in $HOME/.android/avd"! Here is the screen shot: 回答1: You'll just have to set the ANDROID_AVD_HOME environment variable and restart Android Studio. 回答2: just this command worked for me : sudo cp -R /root/.android $HOME 回答3: I

What is difference between platform tools and SDK tools in Android development?

懵懂的女人 提交于 2019-11-28 22:21:57
问题 I can't get the difference between Android platform-tools and and Android SDK tools. can any one give my a brief? 回答1: SDK Tools is a downloadable component for the Android SDK. It includes the complete set of development and debugging tools for the Android SDK like emulator, sdcard, sqlite and apk builder etc.. Where as Platform-tools are used to support the features for the current android platform including adb which is acting like a bridge to communicate with emulator or device. 来源: https

Missing SDK platform Android, API 18

独自空忆成欢 提交于 2019-11-28 22:12:11
While I am trying to Install API 18 it shows only "Google API 18" (nothing more). Now if I try to install these google APIs from Android SDK Manager it shows a message "this package depends on "Missing SDK platform Android, API 18" . and Install button is disabled. Does anybody here have Any idea how to install API 18(4.3_MR2 sdk) with eclipse Android Killer Have you installed SDK platform tool version 18? In your SDK Manager, there will be the latest version of SDK Platform tools that you have to install first then restart eclipse and then try for Android SDK API 18 Do this first: Eclipse >

Qt Creator Android error “Platform SDK installed”

十年热恋 提交于 2019-11-28 21:04:00
I am developing Qt Cross platform application for Android, recently i have updated Qt creator and Installed new Qt version. I am using 'Qt Creator version 4.5.0' . I have updated to 'QT version 5.10' . This Set up is done on Ubuntu 16.04. Followed link Getting Started with QT Installation . I am always getting Error message "Android Settings have error" in Qt Creator->Tools->Options->Devices->Android. Because of above issue i am not able to build application for Android. I have recently updated my Android sdk, I am able to build and run Sample application from Android Studio, indicating that

How to install android Lollipop in eclipse?

别来无恙 提交于 2019-11-28 19:49:33
问题 This android Documentation says that installation procedure of android Lollipop. in third step they says that Select everything under the Android L Developer Preview section and click Install packages. But I unable to find any section like android L developer preview . Where to download it I follow all the steps from my eclipse juno. 回答1: Note: Before installing latest tools in SDK manager, I would recommend you to update ADT plugin from Help -> Check for updates. Otherwise you would have to

SDK Manager failed to install 'java.exe' locking directory

て烟熏妆下的殇ゞ 提交于 2019-11-28 19:41:14
I have ran into a curious error when trying to update Android SDK Tools to revision 21 from revision 20.0.3 . The ADT plug-in updated properly so now I am at a stand still until resolved. The initial error I got listed cmd.exe & java.exe as locking the directory, I forced closed cmd.exe and got this: If I force close java.exe then obviously my SDK Manager closes. SDK Manager Log: This is my work computer so I'd really like to avoid any down-time resulting from a reboot, just curious if anyone has come across this issue and been able to resolve. I have tried closing Eclispe and running SDK

React Native : target with hash string 'android-X' not found

本秂侑毒 提交于 2019-11-28 19:09:33
I am trying to develop my first react-native Android app. When I run sudo react-native run-android I get the following error JS server already running. Building and installing the app on the device (cd android && ./gradlew installDebug)... FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > failed to find target with hash string 'android-23' in: /usr/local/Cellar/android-sdk * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 4.981 secs Could not

Android SDK folder taking a lot of disk space. Do we need to keep all of the System Images?

会有一股神秘感。 提交于 2019-11-28 15:00:50
There are a lot of system images piling up on my disk in the android sdk folder. i hardly use the emulator. May be once in 6 months. Most of my development is directly on device. What i wanted to check was, will removing the system images (at least for the old APIS i.e. < 22) impact the development? Also, the google apis folder seen below. Should i keep it for all versions or just the one in the latest suffice? Screenshot above is from WinDirStat tool. - https://windirstat.net System images are pre-installed Android operating systems, and are only used by emulators. If you use your real