Questions tagged as 'android-sdk'

2
answers

Which Android SDK versions should I install at a minimum?

When I downloaded Android Studio and opened the SDK Manager it shows some packages to be downloaded and installed. I saw that it has several versions of Android. My questions are: Which of these are "extremely" indispensable so that I ca...
asked by 03.09.2016 / 12:42
1
answer

Android SDK Build-tools 22.0.1 inventing folders within res in the generated APK

I'm using Android Studio 1.2.1.1 , with Gradle 2.2.1 , and this is a snippet (the relevant part) of my my resource folders structure: res |- layout |- layout-v21 |- values |- values-v11 |- values-v13 |- values-v14 |- values-...
asked by 14.06.2015 / 21:45
1
answer

How to create an emulator without using ide?

I need to emulate android on my machine, but I did not want to use a virtual machine because it would use a lot of features, I wanted to use android studio's sdk tools, but I also did not want to install android studio for that. So I downloade...
asked by 18.09.2017 / 20:56
1
answer

NoClassDefFoundError error: com.itextpdf.text.Document after updating the SDK

I have a database on sqlite on Android, and export report to pdf using the itextpdf library. But recently after updating the Android SDK, it started from the error line below: Document document = new Document(); The...
asked by 19.03.2016 / 00:28
0
answers

Error generating application for android with unity

I created a "game" and I'm trying to build build for android devices ... but I'm getting the error:   Win32Exception: ApplicationName = 'C: / Users / Lucas / AppData / Local / Android / android-sdk \ tools \ aapt.exe', CommandLine = 'packag...
asked by 07.07.2015 / 17:33
1
answer

sdk installation failure android tools [closed]

When installing packages from the Android SDK tools , this message appears and the installation is obviously interrupted:    Failed to rename directory   D: \ Embarcadero \ Studio \ 17.0 \ PlatformSDKs \ android-sdk-windows \ tools to   D: \...
asked by 15.02.2017 / 14:14
1
answer

java.lang.ClassCastException error when using getSerializable () in API 16 [closed]

I have 2 emulators, Nexus 5 API 23 and Nexus One API 16. In Nexus 5 the program runs right, in the Nexus One the crash program and the error it gives is Caused by: java.lang.ClassCastException: java.lang.Object[] cannot be cast to int[][]...
asked by 16.12.2016 / 01:05
1
answer

Doubt ~ beginner on 2 android SDK's on the same pc

I downloaded Visual Studio and also installed android sdk, but the Android Studio IDE comes along with sdk, I've looked for Android SDK folders but there are many with the same name, such as installing Android Studio without generating problems?...
asked by 01.02.2018 / 20:12
1
answer

Problem running cordova run - A problem occurred evaluating root project 'android'

This is the first time I install the Cordova and am having the following problem when trying to compile any project: C:\ProjetosCordova\lsls>cordova run --debug ANDROID_HOME=C:\Android\tools JAVA_HOME=C:\Program Files\Java\jdk1.8.0_144 Subp...
asked by 11.09.2017 / 23:05
0
answers

Questions about different android SDK

I'm developing an Android app, it's already published in the Play Store, but cell phones with the SDK version smaller than 21 do not appear when it's searched. In my project I set the minSdkVersion 21. When I switch to a smaller SDK, some met...
asked by 30.06.2017 / 20:37