1,268 questions
0
votes
0
answers
43
views
Godot apksigner error - all 'apksigner' tools failed to execute
When exporting the project to Godot 4.2.2 for Android, I encountered the error: [Code signing] All 'apksigner' tools located in the Android SDK 'build-tools' directory failed to execute. Please check ...
0
votes
0
answers
36
views
Editing CI build environment set up by checking out Github workflow
I am trying to use a Github Workflow to build an Android app, but it requires a nonstandard development environment. Specifically, I need to use a file from https://github.com/Reginer/aosp-android-jar....
1
vote
0
answers
56
views
Can I build my own Android adb client using existing adb API library? (not from scratch)
I have been using Adroid's SDK tools' adb (client) command from the terminal and works fine.
I want to build a program which does adb shell calls, pulls, pushes, etc. Instead of shelling out whenever ...
0
votes
1
answer
67
views
How to change DefaultSdkLoader value on AndroidSDK?
I'm stuck with making AndroidSDK load the right path. It should load the path /Users/ansible-pipeline/Library/Android/sdk instead of /opt/homebrew/Caskroom/android-sdk/4333796. I've search the web, ...
0
votes
0
answers
150
views
Google Wallet Pass Logo Update
My users can download individualized Google wallet (private) passes. Users belong to different groups, and based on what group they are in will determine the logo on the pass. If the user's group does ...
0
votes
4
answers
93
views
android emulator issue - windows 11
form few days the android emulator is not opening in my system. Using wireless debugging for running my react native app but i want to test my app simultaneously in different android devices and ...
1
vote
0
answers
252
views
emulator package installation problem in a Docker image
I'm trying to build a Docker image to use in a GitLab CI pipeline to be used in free runner to build and test a Flutter app using Maestro.
When I build the image in the GitLab pipeline the job ...
6
votes
2
answers
3k
views
ADB "error: protocol fault (couldn't read status message): No error" when pairing over wifi
I'm trying to connect my Android device via Wifi to adb by using the 6 digit pairing code.
On my Android device phone I enabled wireless debugging and clicked on "Pair device with pairing code&...
0
votes
1
answer
197
views
Android SDK older version 34.0.0
I want to download Android SDK version 34.0.0. I've searched everywhere but couldn't find any. Can someone help me out on finding where can i possibly find this SDK version?
I want to set up my app in ...
0
votes
1
answer
575
views
fastboot throws a FAILED (remote: Warning: battery capacity is very low) when trying to write/erase
Phone: Realme X3 SuperZoom 8/128
fastboot: version eac51f2bb6a8-android
PC OS: Windows 10
When trying to install TWRP, I got Bootloop(Does not exit the Bootloader, does not even power off).
I tried ...
-1
votes
1
answer
208
views
getting error while installing flutter in ubuntu?
I have tried to download flutter in Ubuntu, i encountered error after running flutter doctor.
[✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio ...
2
votes
1
answer
727
views
How Can I run Android SDK upgrade assistant in IntelliJ?
Google has a page where it suggests trying the Android SDK upgrade assistant when upgrading target SDK.
https://developer.android.com/build/sdk-upgrade-assistant
Thought I'd try it, but I'm running ...
15
votes
4
answers
41k
views
Failed to find Platform SDK with path: platforms;android-35
For some reasons, I ended up with installing the latest android studio on June/2024 (Android Studio Koala | 2024.1.1).
I encountered the incompatibility error for androidx.core:core:1.15.0-alpha01 (...
9
votes
2
answers
3k
views
Upgrade Gradle wrapper version to 8.6 and Android Gradle plugin version to 8.4.1 make my android studio unable to build release .apk file
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....
0
votes
0
answers
2k
views
When Android Gradle plugin 7.5 deprecated on SDK level 34?
We updated SDK from 33 to 34 due to deprecated date from android announcement and found that our AGP (Android Gradle Plugin) version 7.5 is not pass minimum requirements (8.1.1), but we can build and ...
0
votes
1
answer
259
views
Android developer tools not found even after installing Android studio
I'm using Zorin OS (ubuntu)
When Trying to run cargo mobile2 I get following errors: Failed to open SDK Tools
And Yes I can confirm there is no Tools folder in Android Home, but there is build-tools.
...
0
votes
1
answer
123
views
Android Material 3 Light theme LIstView items text hidden
I am learning Android here. My aim is to display the Cursor I get from calling SQLiteDatabase.query() in a ListView. Using a ContentProvider. I cannot see the text of the list items although I am ...
0
votes
0
answers
261
views
When I run flutter doctor --android-licenses in VS code, it said Java Runtime version not compatible
When I run command flutter doctor --android-licenses, it shows the following error. I have already installed JDK 21 and Android SDK Command-line Tools (latest). JDK also included in the path as well. ...
1
vote
0
answers
2k
views
Failed to find Build Tools revision 34.0.0
I downloaded Android SDK Build-tools for Android Studio (Mac version). But the Android SDK Build-Tools 34 doesn't install like this photo:
You can see the build-tools folder exists in the Android SDK ...
1
vote
1
answer
783
views
Android SDK Not Found Macos - React Native Setup
I am facing Error even after having correct env paths and sdk Installed, When I run yarn react-native doctor, it shows that no sdk verion found, below is attached s shot
Here is my env vars in zsh ...
1
vote
3
answers
3k
views
React Native: "Failed to install the app" error due to Android SDK not found (Version 33.0.0)
I'm new to React Native and I'm having trouble getting started with my first project. I've followed the installation steps for React Native, including setting up Java, Android Studio, and the related ...
1
vote
0
answers
152
views
How to prevent flutter from automatically downloading android emulator when 'flutter run' is executed
I am just beginning to learn cross-platform with flutter, but I chose not to use android studio as it is very hardware demanding and I am using low-end PC. I am using VS Code editor and set up ...
3
votes
1
answer
4k
views
ReactNative does not install android 33 sdk how to solve it?
react-native needs about android33 so I installed it, but it still asks me to install it
As above, I installed version 33.
However, if you check the contents with react-native doctor,
Android
✖ Adb - ...
0
votes
0
answers
443
views
ionic cap run android -l --external command throws the following: [ERROR] No devices or emulators found
I'm following the First Ionic App with React tutorial Ionic Tutorial
I'm having a problem in the live reload section of the tutorial Live reload section of the tutorial
when I try to run the ionic cap ...
0
votes
1
answer
1k
views
Compile and build APK out of Android app source code in Kotlin
I have the source code of an application and wanna modify the source code a bit and build an APK out of the customized source code for personal use.
Problem: I cannot use Android SDK and/or Android ...