android-sdk-tools
android-sdk-tools copied to clipboard
building android-sdk tools for Android
How i can to add riscv64? update: i found this https://github.com/riscv-android-src/riscv-android/blob/main/doc/prebuilt_projects.md for build prebuilds and ndk.
I've been running into issues building (during cmake even) this locally on docker (with x86 host mac/linux). Would you be able to provide the Dockerfile that you used :)? Thanks...
Hello Have you considered to provide a wasm version of android sdk/ndk?
Hello, I have followed the different steps but have a error with ninja ``` pi@raspberry4:~/android-sdk-tools/src/protobuf/build $ ninja -j$(nproc --all) [1/179] Building CXX object CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/common.cc.o FAILED: CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/common.cc.o /usr/bin/c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_ZLIB -I....
If we use gradle build tools in termux (android) to build android apps, android-sdk `build-tools//aapt2` is unused cause android gradle plugin (AGP) will auto download and use aapt2 from https://maven.google.com/web/m_index.html#com.android.tools.build:aapt2...
I have downloaded on Asahi Linux but every binary file gives me core dumped I have downloaded the file android-sdk-tools-static-aarch64.zip
Hi, My host machine is linux x86-64 machine(ubuntu 18.04), and trying to build android platform tools that works for arm64, as my target machine is raspberry pi which is arm64....
Usage
I dont understand. How can I refer to this tools in my project? 🫢 Is this .jar file? This is mainly my own understand problem, but...
The fact that aapt2 35.0.2 is not linked statically but dynamically causes an issue, at least on some platforms: >uname -a Linux ora1 6.5.0-1027-oracle #27~22.04.1-Ubuntu SMP Sat Jul 20 13:14:31...
when i run python get_source.py it says No module named 'requests'. Is there something wrong