python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I load private native libraries from another app
I have two apps A and B. App A uses DexClassLoader to load a custom view class from app B. This works fine.
However if the custom view in app B loads private native libraries bundled with apk B via ja...
tir38
Votes: 0
Answers: 2
Android Hal is not registered at runtime in Android R(11)
I added my hal interface in manifest.xml, vendor_compatibilityMatrix.xml, and also in device.mk.
And also I have created hal.rc file as well for my hal.
but at boot time i am getting below error....
0...
Rajeev
Votes: 0
Answers: 1
Can i use .so file from Apk and use in a python / Java Script
I have an apk. one .so file is being used in this apk.
There is a function in the .so file. APK is invoking that function by passing 4 inputs as a parameter and getting output.
Now I have to call that...
Nirbhay Jain
Votes: 0
Answers: 0
Android: How to include mlpack c++ library into android project?
I trying to include mlpack c++ library into my android project
but getting an error when using some function of mlpack like:
NeighborSearch<NearestNeighborSort, ManhattanDistance> nn(data);
Err...
Monir Zzaman
Votes: 0
Answers: 0