Rupesh Kumar

Results 35 comments of Rupesh Kumar

I tried running libaapt2.so (arm64-v8a) using `System.load(/data/data/packageName/files/x86/lib/libaapt2.so)` on x86 API 30 AVD Emulator. I get the following Error in logs: ``` java.lang.UnsatisfiedLinkError: dlopen failed: library "libprotobuf-cpp-lite.so" not found: needed by...

@JonForShort Binaries are helpful and works well, But now on a higher android API level I faced permission denied error while executing binaries with runtime.execute(). Will try to export symbols...

@RohitVermaOP You may need to exchange AAPT under `.gradle` directory according to this - https://github.com/Lzhiyong/termux-ndk/tree/master/build-app Let me know if it works.

Is there any idea to elaborate or process to implement for Continous Integration? thanks, Rupesh

@Chandra-Sekhar-Bala Happy to see you are willing to understand the codebase and that you want to contribute. You are looking for an app folder that usually comes inside an android...

Hi @GENTEK05 There's a helpful explanation @ranaaditya has mentioned in #640 for the kind of issue that you are facing. I hope this resolves the issue.

I tried updating some tutorial code to the android website sources [here](https://github.com/codeanticode/processing-android-website/pull/21) if you haven't reviewed it yet @codeanticode

I confirm this issue, SDKDownload.java needs to be configured to download the latest command-line tools. Changing android-toolslib version to recent latest 30.1.3 showed some used methods have been replaced and...

Hi @codeanticode, I tried importing the project on windows and didn't face this issue. Can I get some more information on this to reproduce the issue? Thanks, Rupesh

I think this is the duplicate of #436