Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
587 views

When I build ndk with .a files it comes like this `error adding symbols: File in wrong format`

When I build ndk with .a files it comes like this error adding symbols: File in wrong format. WORKING_DIR := $(call my-dir) include $(CLEAR_VARS) LOCAL_PATH := $(WORKING_DIR)/../third_party/lame/...
Pradeep Simba's user avatar
1 vote
1 answer
1k views

Compiling Libs for Android NDK

Android noob here. I am trying to create an OpenGL ES based Android App that would run native code and I'm using CMake to build it. Now I have a C++ library that I need to include, import and link(...
Rathnavel's user avatar
0 votes
1 answer
94 views

Calling library method inside .a file

I'm on Android Studio 2.1.3. I've static library binary in .a file: libconfig.a I've the method signature that I need to invoke on the library: CLIENT_ConfigIPCWifi(szDeviceSN, szSSID, ...
IronBlossom's user avatar
  • 3,907
17 votes
2 answers
24k views

Import existing c++ library (.a or .so file) ndk android

I just gone through native development in android. I am successful in getting my AndroidStudio 2.2.2 ready for native debelopment I also build sample hello-jni project What I am trying to achieve I ...
karthik kolanji's user avatar
1 vote
2 answers
4k views

ndk-build Error prebuilt-library.mk:28: *** missing separator. Stop

I'm getting the error Android NDK: ERROR:src/main/jni/Android.mk:Cortex: The LOCAL_SRC_FILES for a prebuilt library should only contain one item /Users/peterchappy/Library/Android/ndk/build/core/...
Peter Chappy's user avatar
  • 1,179