-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
expected ==> the two lib*.so.
I got errors:
jni/com_googlecode_leptonica_android/stdio/open_m…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
expected ==> the two lib*.so.
I got errors:
jni/com_googlecode_leptonica_android/stdio/open_m…
-
Following the instructions here: https://google.github.io/fplutil/android_ndk_perf.html. I run the following command:
`cd liquidfun/Box2D/Testbed
android_ndk_perf --apk bin/testbed-debug.apk record …
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
expected ==> the two lib*.so.
I got errors:
jni/com_googlecode_leptonica_android/stdio/open_m…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
expected ==> the two lib*.so.
I got errors:
jni/com_googlecode_leptonica_android/stdio/open_m…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
expected ==> the two lib*.so.
I got errors:
jni/com_googlecode_leptonica_android/stdio/open_m…
-
Hi Gaurav. Thank you for interesting project!
I have small problem when I build native code (for armeabi-v7a), I can get the required libraries through:
`./envsetup`
But when it comes to:
`ndk-b…
-
I have extracted android-ndk-r12b-windows-x86.zip
I have downloaded this .zip archive from The official Google archive site.
Unfortunately. When ever I want to build The android project.
I AM getti…
-
I finished building and flashing the firmware onto my Nexus 6p, and am now trying to build & install the utilities. However, when I run `make` in `nexmon/utilities` I get the following error:
```
ma…
-
After cloning the repository, according to [#358 comment](https://github.com/saki4510t/UVCCamera/issues/358#issuecomment-390202111) I replaced:
```
APP_ABI := armeabi armeabi-v7a x86 mips
```
wit…