-
```
What steps will reproduce the problem?
on android-ndk-r8d folder,execute "./ndk-build -C
samples/droid-VNC-server-master"
What is the expected output? What do you see instead?
Compile arm :…
-
```
What steps will reproduce the problem?
on android-ndk-r8d folder,execute "./ndk-build -C
samples/droid-VNC-server-master"
What is the expected output? What do you see instead?
Compile arm :…
-
```
What steps will reproduce the problem?
on android-ndk-r8d folder,execute "./ndk-build -C
samples/droid-VNC-server-master"
What is the expected output? What do you see instead?
Compile arm :…
-
You can create a java class:
```java
package org.yourorg.cnfgtest;
import android.app.NativeActivity;
public class MyOtherNativeActivity extends android.app.NativeActivity {}
```
Then you can …
-
在windows下,Java需要通过jni或jna访问dll。以下为编译为dll的过程。
[jni编译过程.pdf](https://github.com/k2-fsa/sherpa-onnx/files/15329516/jni.pdf)
[利用eclipse导出jar包.pdf](https://github.com/k2-fsa/sherpa-onnx/files/15329517/ec…
-
### Reproduction steps
1. run the android tv-app(platform-app & content-app) on an android device(1).
2. run the android tv-casting-app on another android device(2).
3. commission the tv-casting-…
-
Hi all,
I faced an error when launching ndk-build. Below, the error log:
Compile arm : jpeg
-
# related:
- ✅ #362
- ✅ #355
- ✅ #242
> flutter 插件:
- ✅ #245
> zig 篇:
- ✅ #363
- ✅ #376
> 一些讨论:
- ✅ https://github.com/zigcc/forum/discussions/12
- ✅ https://github.co…
-
Is it possible to build dlib-android library in armeabi? I tried to by adding armeabi in Application.mk, but I am getting an error in build process. Here is the error:
```
[armeabi] Compile++ thu…
-
Hello,
We have implemented Genius SDK in our app, We are using app center to generate and distribute the builds.
We are facing the apk size issue, how to reduce the apk size.
Added below in m…