-
Should generate a "readFromParcel(Parcel in)" method for class, because the AIDL require this method .
see http://developer.android.com/guide/components/aidl.html#PassingObjects
-
Hello team,
On v23.02, I was trying to support ArmNN AIDL based on a shim over the NNAPI Support Library.
Step:
1. In device.mk, add:
PRODUCT_PACKAGES += android.hardware.neuralnetworks-shim-s…
-
When an Android project has `aidl` source files, the generated code is not included in source paths.
##### Environment
- Operating System: Windows 11
- JDK version: openjdk 11.0.12 2021-07-20…
-
From doc: "not all method from doc was included in this package, beacuse i don't have equipment. If you have and can help me, just contact me on github!"
I got Sunmi P2 SE and Sunmi P3 Mix rn, can …
-
安装demo的host,且拷贝了plugindemo到/sdcard/Test.apk,运行如下命令:
```bash
activities='
com.didi.virtualapk.demo/com.didi.virtualapk.demo.MainActivity
com.didi.virtualapk/com.didi.virtualapk.demo.MainActivity
c…
-
When i rebuil i get this error after upgrade project gradle
![image](https://user-images.githubusercontent.com/5398334/62461941-d21f0c80-b78e-11e9-9e4b-466660fe28e9.png)
-
Hi. I'm curious how I'd generate UML for a native Android codebase, written in Kotlin `1.5.31` and built with Gradle `7.3.3`, or the level of effort to make it possible.
Version `0.0.3` of the plug…
-
hello guys,has anyone have issue run frida 16.3.3. my device is root with magisk. and when i run frida ,it just make my device show reboot animation,but it is not reboot,the usb adb is still working.b…
-
I just tried to get DemoHybridApp compiling for android. It fails with this error message:
```
-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger di…
-
Hi. I want to use your IME in my project.
My steps:
1. Clone repository
2. Run ndk-build
3. Import to android studio
4. Move aidl file from "libs" to "aidl" folder
5. Delete binary sources .cpp, .h.
6…