AndroidNdkBinderExamples
AndroidNdkBinderExamples copied to clipboard
Android NDK (C++) Binder examples : Explains how to implement Android services and clients in C++
Hi Lakindu Boteju, I found the miniSdkVersion is 29 in this project. Is there any strategy to use the _native Binder_ under sdk 29?
sorry for reading a little of the code, I just wanna be sure if a server or client be a adb executable? I Dont want java app layer
Hi Lakindu Boteju, I am new to ndk-binder. I try to use your original repository but it blocked at "Waiting to talk to IMyService...". Then I added MainActivity to the...
I add function in IMyService.aidl `void send (Bundle aBundle);` and `import android.os.Bundle` but when I exec `gradlew build`, it shows: `ERROR: android.os.Bundle: couldn't find import for class android.os.Bundle` I guess...