android-sdk-tools Questions
2
Solved
I want install new device in my docker container.
I had dowload new sdk
./sdkmanager "system-images;android-23;google_apis;x86"
I had accept all licences
./sdkmanager --licenses
And now I ...
Heeled asked 6/11, 2018 at 7:27
2
Solved
after recent update, my android studio make an error:
java.lang.NullPointerException: Cannot invoke "com.android.tools.r8.internal.Gk0.B()" because the return value of "com.android....
Nixon asked 2/6 at 8:9
3
With Android studio v0.8.2, I am blocked with the following exception. With the beta release it was working very well. I have updated my IDE to 0.8.2 and deleted my target directory and trying to b...
Ellingston asked 15/7, 2014 at 6:55
3
I am trying to run the apkanalyzer tool provided by Android SDK (under Sdk/tool/bin), but I am not able to make it work. I know that I can also use this tool through AndroidStudio, but I need to au...
Afternoons asked 14/11, 2018 at 11:22
8
Solved
I updated from Android Studio 2.2.3 to Android Studio 2.3 yesterday, and I ran into the following two problems:
Upon updating, Gradle 3.2 was installed by default, but syncing my
project would no...
Mastoiditis asked 23/3, 2017 at 6:58
15
Solved
I have used Android Studio Bumblebee's latest function (Wifi pairing) for 2 - 3 days before it stopped working.
I am now receiving the error "This system does not meet the requirements to supp...
Hoffmann asked 1/2, 2022 at 17:23
28
Solved
I was trying to start a flutter project for an App using Bluetooth to communicate. For that, I was using flutter blue.
Unfortunately, when trying to run (on an Android device) the first example I c...
Clapp asked 28/8, 2018 at 14:39
2
I want to run android emulator on CentOS linux without GUI in headless mode. When running it, segmentation fault error occured. It seems that emulator is runnig only once after reboot system, after...
Cribbs asked 20/8, 2019 at 9:5
4
Solved
I've just updated my app from using SDK 23 to SDK 24.
A problem has arisen for my activities that have show the Up/Home arrow (i.e., getSupportActionBar().setDisplayHomeAsUpEnabled(true)) in that ...
Meperidine asked 16/6, 2016 at 12:51
26
After updating to Android Gradle plugin 3.6.0 (released Feb 24, 2020), several project independently started failing with:
No version of NDK matched the requested version 20.0.5594570. Versions av...
Justinjustina asked 25/2, 2020 at 23:2
3
Solved
I had to format my Windows laptop so I copied the SDK folder (because it's about 30 GB large) and i pasted it in the same place on the new Windows copy.
Now when I start Android Studio and SDK Ma...
Herc asked 3/4, 2015 at 9:40
14
I decided to try Android Studio 2.0 having used Eclipse in the past, but I'm having considerable difficulty getting the Android virtual device (AVD) to load correctly.
I've done quite a bit of goo...
Versieversification asked 20/4, 2016 at 19:27
3
Android studio's emulator audio not working i'm on MacOS Big Sur, I tried re-installing Android Studio but it didn't work neither. It works fine on Windows when using Bootcamp and I tried using NOX...
Wallop asked 4/5, 2021 at 12:48
6
Solved
All of a sudden, for no apparent reason, I am getting a build error related to my android debug keystore.
It was working fine. I changed some java code, and the minsdk version, then next time I op...
Imperceptible asked 26/2, 2019 at 2:7
8
Solved
I've recently upgraded to Android SDK Platform-Tools version 28.0.2. Version information:
$ adb version
Android Debug Bridge version 1.0.40
Version 28.0.2-5303910
When using the adb connect comm...
Chervonets asked 14/3, 2019 at 8:48
10
Solved
I have run into similar problem like this: [emulator-5554 unauthorized for adb devices [1]
Basically, I am trying to do some flutter programming on an Android Virtual Device with my Windows 10... ...
Cutwork asked 5/2, 2019 at 10:3
65
Solved
Since gradle android plugins 2.2-alpha4:
Gradle will attempt to download missing SDK packages that a project
depends on
Which is amazingly cool and was know to be a JakeWharton project.
But, to d...
Retrochoir asked 29/6, 2016 at 9:56
3
Solved
I am unable to get systrace to work on my Mac. I am using a Galaxy Nexus running Jelly Beans. I have show traces enabled from the developer options. And in the terminal when I try to execute: ./sys...
Gerbil asked 6/8, 2012 at 5:38
3
Solved
I am trying to run an android emulator on Linux mint.
When I try to run the avd , on the emulator, I get the following error.
emulator: ERROR: This AVD's configuration is missing a kernel file! P...
Eran asked 11/10, 2019 at 23:24
23
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 w...
Unmindful asked 4/2, 2018 at 5:7
11
I am facing an issue on ubuntu 12.04 as :
/usr/lib/ndk/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androi...
Sisyphean asked 21/1, 2014 at 11:29
32
Solved
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.
platfor...
Cataphoresis asked 20/1, 2019 at 3:47
7
Solved
I am trying to debug an Android home screen widget application that I made.
When pressing a button on the widget, the debugger starts and then it just disconnects from the VM. No reason is given. I...
Krona asked 2/1, 2017 at 10:13
4
Solved
I have installed the latest Android SDK just now.
But I can't find the dx tool (which is used to convert .class to .dex file). Neither under platform-tool/ nor under tools/. Where can I find my dx ...
Denim asked 20/12, 2013 at 14:23
10
Solved
I have installed Android Studio on my MacBook Air (OS Version 10.11 El Capitan) and have successfully written a small "hello, world" app and installed on device (Nexus 7) and ran on AVD. All I want...
Rondi asked 30/12, 2015 at 15:10
1 Next >
© 2022 - 2024 — McMap. All rights reserved.