-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build minicap for Android N (Preview) #32
Comments
Currently you can just copy the libs from the latest built version. Works On Saturday, 6 August 2016, haihaoshen [email protected] wrote:
|
Thanks a lo! As I found, the max version is android-23, which should support Android M. Do you mean it also supports Android N? BTW, is there any way to build with AOSP code? |
Yes it does, just copy the libs under the new SDK name and it will work. |
You can build with AOSP if you update the build scripts, it's not a big task. |
Thanks for your information. I found there are prebuilt libs under minicap/jni/minicap-shared/aosp/libs, which contains different android version from 9 to 23; while minicap/libs also generates one copy (single version) after using ndk-build. May I know what;s the single version here? Is it related with ndk-build version or something else? One more question on build from AOSP code: where folder should I copy minicap/jni to aosp folder? aosp is a local folder, not from dock. |
Just take the folder called |
Got it for this question, thanks. (pre-built in git) minicap/jni/minicap-shared/aosp/libs/android-23/arm64-v8a: minicap.so What's the difference between two minicap.so files? Which version does the minicap.so (ndk-build) support? |
It doesn't support anything. It's just a dummy library that makes the main codebase compile against the symbols in the shared library. |
got it, thanks again! |
I want to build the android AOSP with minicap without using docker. Now I have a fresh copy of android 9 AOSP and minicap project which you have put on web. I ran . build/envsetup.sh How to start the AOSP build for arm64-v8a Please help me I want to learn this process with the help of all of you guys. |
Hi,
I am trying to build minicap for Android N. Is there any instructions on how to do that? I would like to build from AOSO source code.
Thanks a lot!
-Harry
The text was updated successfully, but these errors were encountered: