android-sdk-tools

Android sdk for Intellij IDEA

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-06 01:03:34
I'm trying to setup IntelliJ IDEA to develop android applications and I faced an issue with android sdk. As far as I know, I need to download the sdk separately. But I all I managed to find was Android command line tools which is obviously not something I need. So my question how can I get android sdk for IntelliJ IDEA? Same problem I have with IDEA 2017.1.1. I installed tools_r25.2.3-windows.zip and managed to install them . I've done: unzipped it to C:\Android\android_sdk\ renamed "tools" folder to "tools-sdk" executed C:\Android\android_sdk\tools_inst\bin>sdkmanager --update prepared file

Upgrading Android ADT to 15 says logcat(deprecated)

假装没事ソ 提交于 2019-12-05 23:23:09
I upgraded my eclipse with ADT plugin from 10.0 to 15.0 because I was getting an error when I imported a project "This project requires you to upgrade the ADT to 14.0 and above" When I upgraded the ADT, logcat is deprecated.Any idea why? Window ->Show View ->Others ->logcat(deprecated). This is how it occurs. I can still see the log...no issues with that,but I am apprehensive about its longevity. You should see two entries in the Others list: LogCat and LogCat (deprecated). The latter has the bugdroid icon; the former has the new lolcat-based icon. 来源: https://stackoverflow.com/questions

Additional Android APIs not shown in Android SDK Manager

ぐ巨炮叔叔 提交于 2019-12-05 21:57:01
I installed Android SDK Manager two months back. I got the Android 2.3.3 SDK installed, but I do not quite remember the steps I followed, because I am new to Android development. Now, when I open Android SDK manager, I see only the " SDK Platform Android 2.3.3 ". I cannot see any other API versions which I am interested in (eg. higer versions). However, I do not see any options for selecting any other API versions. I have already tried the following: 1) Tried to locate " Available Packages " option, but I cannot locate this option in Android SDK Manager. 2) Tried Tools -> Options -> "force

Android SDK tools older version (with working android tool)

旧街凉风 提交于 2019-12-05 18:22:15
问题 I've tried to install android SDK from official site. It include latest android SDK tools (version 25.3.1) This package have utility android which is needed by my project (very big one); but this tool is no longer available: The android command is no longer available. For manual SDK and AVD management, please use Android Studio. For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager According to changelog it was discontinued in version 25.3.0 so I tried to check sdkmanager

Multiple instances of Android SDK Build-Tools, Bug or Feature?

£可爱£侵袭症+ 提交于 2019-12-05 17:16:11
问题 For the last couple of months I've been noticing a strange behaviour in the Android SDK Manager. The recently introduced Android SDK Build-Tools don't seem to get updated but instead are recognised as separate packages The list keeps growing and it kind of disturbs me. Now whenever I see a new package I resort to just uninstalling the older version and installing the new one because I suspect there might be version conflicts if I have multiple instances of the same package installed Oddly

How to update old Android project for the updates in new Android SDK tools?

冷暖自知 提交于 2019-12-05 16:56:20
Previously I was using an older version of Android SDK Tools , and now I moved to a new pc, setup my new development environment from scratch and copied and imported the projects from the previous pc. Now if I create a new project in the current environment I notice that the SDK creates a file proguard.cfg in the root folder of the project which I didn't see for any of my previous projects on the previous setup. I looked up the use of proguard.cfg and it sounds useful. But this proguard.cfg file is not present in the projects which I created on the previous setup. And, it also makes me think

How do I install Android SDK Platform-Tools 24.0.0?

旧街凉风 提交于 2019-12-05 08:46:12
I'm following the guide for setting up the Android N Preview https://developer.android.com/preview/setup-sdk.html In "Update or Create a Project" Google says I need to have 24.0.0 platform tools. Just be sure that you've updated your project to use Android SDK Build Tools 24.0.0 and Android SDK Platform-Tools 24.0.0. I have installed the new SDK Platform: Android 6.X (N), API Level 24, Revision 1. However when I open SDK Tools the only Android SDK Platform-Tools version is 23.1. I have updated my build.gradle for Android 24 and for Jack and Java 8 ( see ). Everything works great on Android 24

Error: ANDROID_HOME is not set and “android” command not in your PATH on OS X

谁说胖子不能爱 提交于 2019-12-05 07:01:39
I am getting this error in terminal when attempting to execute this command: $ cordova platform add android I read these answers here: Error: ANDROID_HOME is not set and "android" command not in your PATH. You must fulfill at least one of these conditions ANDROID_HOME is not set and "android" command not in your PATH Phonegap however I don't know where to place the code they provide. I am running OS X. Prem Option 1 for windows Right click on My computer -> properties -> Advanced system setting -> Environment Variables Now Edit Path on system variables to ;/yourSdkHome/tools;/youSdkHome

Flutter run error : You have not accepted the license agreements

混江龙づ霸主 提交于 2019-12-05 02:29:57
I'm developing android and ios app with Google flutter . when I add a new dependency like shared_preferences to pubspec.yaml and then execute flutter run in terminal, I got this error: What went wrong: A problem occurred configuring project ':shared_preferences'. You have not accepted the license agreements of the following SDK components: [Android SDK Platform 27]. I know why it happens! because the latest Android SDK platform on my system is 26 . it trys to download sdk 27 and then fails. no problem! I go to library cached folder which located here : C:\Users...\AppData\Roaming\Pub\Cache

How can Android project compile when imported class is missing in SDK?

拥有回忆 提交于 2019-12-05 01:49:34
OK, perhaps it is very simple, but I just can not figure it out right now. I have imported google sample project Card Reader in Android Studio 1.5.1, it compiles at compileSdkVerison 23, it works on my Mobile. Then I walked through the SDK while came to source code to android.nfc.tech.BasicTagTechnology , I found TransceiveResult inside android.nfc.tech.BasicTagTechnology#transceive couldn't not be resolved then I found the class TransceiveResult is missing in my D:\Android\sdk\platforms\android-23\android.jar , but presents in Android source code here D:\Android\sdk\sources\android-23\android