android-sdk-tools

Error: Please select Android SDK in Android Studio 2.0

百般思念 提交于 2019-12-21 06:56:27
问题 I am using Android Studio 2.0 Beta2, and i am trying to run old project that uses google maps api v1 (package com.google.android.maps ) as *.jar file. To run this old project i need specify compileSdkVersion older than the last one (23). I used compileSdkVersion 'Google Inc.:Google APIs:17' But i got Error: Please select Android SDK error in Android Studio. How i can run this old project with older compileSdkVersion? 回答1: Open gradle.buld in your app module change versionCode or versionName

AVD Emulator stuck on loading screen in Android Studio

早过忘川 提交于 2019-12-21 03:25:35
问题 I decided to try Android Studio 2.0 having used Eclipse in the past but I'm having considerable difficulty getting the AVD to load correctly. I've done quite a bit of googling and research into the problem, both here on SO and Google.So far nothing has worked. The emulator simply hangs on the android load-up screen ever time I try to run it. I've seen it advised to use Genymotion but I would first prefer to resolve the issue natively in Android Studio to feel confident going forward using the

How to install Android Studio on a pc without internet connection? [closed]

送分小仙女□ 提交于 2019-12-21 02:38:09
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 4 years ago . I'd like to install Android Studio in pc which has no internet connection. I have already downloaded the JDK-7 and the Android Studio using another laptop. I have copied the both setup files and successfully installed JDK-7. Now when i'm running android-studio setup , it requires internet

ionic add platform android with custom android-target

本秂侑毒 提交于 2019-12-20 11:56:25
问题 Anybody knows how to add platform in ionic with custom android target ? If I try this command : ionic platform add android It always add android platform with newest android-target platform, anybody knows how to custom the android target without edit the manifest and custom platform add android version ? 回答1: To change the build version you want change your config.xml located at the root project's path. Following lines add in config.xml and then settings are updated automatically at the time

Android plugin 1.3 error

笑着哭i 提交于 2019-12-20 10:25:36
问题 This is error I got when updated my SDK and Build tool to Android M Android Build Tools Found incompatible Build Tools and Android plugin versions: * Module 'app' is using Android plugin 1.2.3 and Build Tools 23.0.0 rc1 Please use Android plugin 1.3 or newer, or an older Build Tools version. Otherwise the project won't build. when classpath 'com.android.tools.build:gradle:1.2.3' changed to 1.3 I got another error. Error:Could not find com.android.tools.build:gradle:1.3. Searched in the

Failed to install the following Android SDK packages as some licences have not been accepted in jitpack

梦想的初衷 提交于 2019-12-20 10:21:13
问题 I am getting this error in jitpack, I've tried everything on the internet. Below is my error Failed to install the following Android SDK packages as some licences have not been accepted. platforms;android-26 Android SDK Platform 26 build-tools;28.0.3 Android SDK Build-Tools 28.0.3 To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager. And when i run ./sdkmanager --licenses All SDK package licenses accepted.======] 100%

Android SDK path not specified

混江龙づ霸主 提交于 2019-12-20 01:37:08
问题 I already installed the android studio but i am having a problem to proceed ahead, and the problem is Android SDK path not specified, what does it mean, do i need to download something or what?Android SDK is having problem 回答1: Go through the following steps but first make sure your PC is connected to the internet. Open your Android Studio Go to the File menu and choose Settings After that from the left side of Settings window select Android SDK and click Edit Then from SDK Setup Window Click

> Failed to find target with hash string 'android-26' in: /opt/android-sdk-linux

不问归期 提交于 2019-12-19 10:36:09
问题 Ubuntu 16.04 android-sdk at /opt/android-sdk-linux android home confugired (export ANDROID_HOME="/opt/android-sdk-linux/") there is no additional tools folder in /opt/android-sdk-linux/ my gradle file: android { compileSdkVersion 26 buildToolsVersion "21.1.0" defaultConfig { applicationId "hu.prject.sandbox.sample" minSdkVersion 21 targetSdkVersion 26 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release {

Android Studio UNEXPECTED TOP-LEVEL EXCEPTION:

强颜欢笑 提交于 2019-12-19 09:41:42
问题 Today I am faced with a massive error that doesn't let me run a sample project on my phone. When Android Studio is building the project, it first shows the following targets as UP-TO-DATE : .... :demoproject:processDebugResources UP-TO-DATE :demoproject:generateDebugSources UP-TO-DATE :demoproject:compileDebugJava UP-TO-DATE :demoproject:proguardDebug UP-TO-DATE .... There are dozens of these UP-TO-DATE log statements during the build process. However, they always halt at :demoproject

Android ADT 23.0.4 is showing Compile With: API21:Android 4.X(L Preview) Instead of API21:Android 5.0

↘锁芯ラ 提交于 2019-12-19 08:06:44
问题 What I did? I updated my SDK from L preview API 20 to new Android 5.0 API 21 andADT to 23.0.4 in my Ubuntu. Problem: Android ADT 23.0.4 not showing Compile With: API21:Android 4.X(L Preview) Instead of Compile With:API21:Android 5.0 Screenshots: (Files-->New-->Android Application Project-->Compile with/target sdk) Highlighted in red texts should be changed to Compile With:API21:Android 5.0!!` SDK(updated to latest): ADT(updated to latest): it's a bug ? or So I'm only the one facing this or it