ndk-build Questions

3

I want work with usb camera (uvc) and Android Studio (Windows). I am having problems with the USB cam library "libuvccamera". I want to know how solve the problems or any another way to get the vie...
Ascent asked 15/4, 2020 at 0:29

2

Solved

Here's my problem: I've got a library stored at Github. That Library contains native code and everything that's needed for handling C++ files. Locally the project/library works fine but I want to ...
Superheat asked 27/9, 2019 at 7:18

6

Solved

I am trying to run the gstreamer android tutorial-5 in Android Sudio 3.5 (https://gitlab.freedesktop.org/gstreamer/gst-docs/tree/master/examples/tutorials/android)(https://gitlab.com/eduardoprado/g...
Fiddler asked 9/9, 2019 at 13:51

7

Executing tasks: [clean] Configuration on demand is an incubating feature. NDK is missing a "platforms" directory. If you are using NDK, verify the ndk.dir is set to a valid NDK directory. I...
Amyloid asked 14/10, 2017 at 6:18

2

Solved

I am trying to import an Android project. When building the project following errors are shown: Error: Caused by: org.gradle.api.GradleException: executing external native build for ndkBuild /mnt/...

5

Solved

My app has the following structure Android | |-> app | | | |-> build [1] | |-> src | | |-> main | | | |-> assets | | | |-> java | | | |-> jni | | | | |-> Android.mk | | | ...
Flabby asked 16/6, 2015 at 10:32

2

Solved

It worked fine until we updated to the new SDK, and now it only shows the last java stack frame on the report. The task uploadCrashlyticsSymbolFileFlavorDebug gets called right after externalNative...

4

Solved

Before, when I was using ndkBuld for building native code on Android I was able to pass an argument to make to define a number of CPU cores to be used. If I wanted to utilize 4 cores I could add so...
Campestral asked 27/7, 2018 at 12:4

2

Solved

I recently switched from Eclipse+ADT to Android Studio. My app is a full native C++ application. I use Android Studio 2.0 Beta 5 and Gradle Experimental 0.6.0-beta4. The build process of Android S...

2

Solved

I use a native library in my application that is only compiled for armeabi, armeabi-v7a and x86. When this library is loaded on a 64-bit device like the Samsung S6, the application crashes with an...
Deathbed asked 11/6, 2015 at 13:54

2

Solved

I did 2 different implementations from tutorials I followed and I noticed the parameters are a little different for each one, 1 parameter is jclass and the other is jobject I don't use these parame...
Denson asked 21/5, 2019 at 3:0

4

Solved

I have create module library with NDK. After updating Android Studio 3.3, open project on studio stuck on build project Project Setup:reading from cache... Every time needs to "Invalidate and...
Schilt asked 8/2, 2019 at 5:16

1

Solved

I'm trying to debug this error: 01-12 13:38:18.068 275-275/? I/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 01-12 13:38:18.068 275-275/? I/DEBUG: Build fingerprint: 'sams...
Turbinal asked 12/1, 2019 at 14:48

2

I am developing a simple NDK sample example using the Android NDK in Android Studio. While running my app studio, it shows below errors. Build command failed. Error while executing process D:\Sdk\c...
Saleable asked 29/6, 2018 at 10:54

2

Solved

I have been trying to get Gstreamer working in Android studio, following their tutorials, see for example here: https://gstreamer.freedesktop.org/documentation/tutorials/android/link-against-gstre...
Hagerty asked 11/7, 2017 at 20:47

1

Solved

here's a piece of my build.gradle file: android { //... defaultConfig { //... externalNativeBuild { ndkBuild { targets "MyGame" arguments "NDK_MODULE_PATH=$cocospath:$cocospath/cocos:$co...
Kraigkrait asked 13/1, 2017 at 8:53

1

Solved

I'm working on a c/c++ cross-platform project, constructed of 2 main libraries (with a few external dependencies: ssl, yajl, fribidi). The android solution will include Java files and a JNI layer, ...
Suppositive asked 1/1, 2018 at 12:13

1

I'm working on an Android project which uses NDK, in which I have used opencv for some capture and image effects stuff. Here's how my Android.mk look like: LOCAL_PATH := $(call my-dir) include $(...
Fulkerson asked 20/12, 2017 at 10:2

1

Solved

I am trying to use std::function But the compiler throws an error Error:(50, 10) error: no type named 'function' in namespace 'std' I have tried to modify the build.gradle file externalNat...
Denudate asked 18/11, 2017 at 19:33

4

What is the actual difference between CMake and NDK build in android studio project. I already went through google documentation but the concept is not clear yet. As per google documentation: The ...
Chaplet asked 20/9, 2016 at 8:41

3

Solved

i'm trying to integrate the ndkBuild functionality into an existing android studio project, using the new android studio 2.2 , in order to enable c++ debugging etc. i have tried out one of the ndk ...

2

Solved

I have used Android NDK for years, however, recently, I saw the message below when I built CPPs using ndk-build(ndk version 15) Android NDK: android-9 is unsupported. Using minimum supported ve...
Gussy asked 15/8, 2017 at 1:20

1

I used android-ndk-r13b, I downloaded it from Android website directly (not from SDK manager) and set the path from Project Structure in the Android Studio. It able to detect my Android.mk and App...
Chapple asked 10/8, 2017 at 2:3

1

I have a problem with android ndk-build not copying my shared libraries to intermediates/ndkbuild folder. I have created my modules in the Android.mk like this: Android.mk LOCAL_PATH := $(call my...
Imbricate asked 3/5, 2017 at 5:13

1

I am using native code and open cv in android studio project by using ndk-build but i want to use cmake. please tell me how to set these things in cmakelists.txt file. this is my Android.mk file L...
Dotation asked 15/12, 2016 at 12:49

© 2022 - 2024 — McMap. All rights reserved.