A ajk Active Member Licensed User Longtime User Aug 26, 2017 #1 I have to incorporate AIDL files to communicate with device. According to Erel suggestion in https://www.b4x.com/android/forum/t...nal-service-via-aidl-files.34305/#post-201258 I know how to make java files - with Android Studio. How to make library with java files? Last edited: Aug 26, 2017
I have to incorporate AIDL files to communicate with device. According to Erel suggestion in https://www.b4x.com/android/forum/t...nal-service-via-aidl-files.34305/#post-201258 I know how to make java files - with Android Studio. How to make library with java files?
Erel B4X founder Staff member Licensed User Longtime User Aug 27, 2017 #2 Tutorial about Android Studio: https://www.b4x.com/android/forum/threads/82831/#content Android Studio will generate a Java file from the AIDL file, you should add this file to your library. Upvote 0
Tutorial about Android Studio: https://www.b4x.com/android/forum/threads/82831/#content Android Studio will generate a Java file from the AIDL file, you should add this file to your library.