All Questions
Tagged with android-emulator android-ndk
113 questions
2
votes
2
answers
70
views
flutter application does not open with android emulator
I have created a simple app.
I choose one of my android emulator to start.
The emulator started and appear successfully.
Then I choose "run without debugging"
It will say nothing and ...
0
votes
1
answer
4k
views
How to run ARM executable file on x86 android emulator?
Android emulator already supported run app with ARM binaries on x86 platform: Link
Support for ARM binaries on Android 9 and 11 system images
If you were previously unable to use the Android Emulator ...
0
votes
0
answers
330
views
Android NDK app (native lib .so) loads on the hardware but it can't be found on the emulator
I am building tensorflow-lite for android API24 using the documented method in android studio. The build files such as CMakeLists.txt and build.gradle are all unaltered.
The System.loadlibrary('...
0
votes
1
answer
873
views
Generate .so files?
Hi developers I have question regarding generating .so files. And my app keeps stopping. Can anyone have the answer?
These are the steps I had undergone so far:
I have created an empty project in ...
1
vote
0
answers
601
views
Couldn't start the android-emulator for armv8-aarch64 and armv7 architectures
I have the following error On running Android emulator with armv8-aarch64 and armv7 architectures.
cannot add library /home/asmmo/Android/Sdk/emulator/qemu/linux-x86_64/lib64/vulkan/libvulkan.so: ...
2
votes
0
answers
126
views
libcurl skipping some bytes while downloading files only from python simple server and only in android emulator running on windows
First I compiled libcurl on my Mac with following script.
ARCH=$1
API_VER="21"
if [ $ARCH == "x86" ]; then
HOST="i686"
DEST_DIR="x86"
elif [ $ARCH == "x86_64" ]; then
HOST="x86_64"
...
0
votes
1
answer
140
views
INSTALL_FAILED_NO_MATCHING_ABIS error with Emulator for specific API versions with zero byte stubs
We're trying to reduce the size of an APK we're building by using packagingOptions to exclude native libraries for some architectures that aren't popular for the app - we're happy for parts of the app ...
3
votes
0
answers
121
views
Integrate SNES Game Emulator with Android Studio?
I am trying to integrate SNES game emulator library into Android Studio, but there are few files are missing or not supported with latest NDK versions.
I have tried following all libraries but didnt ...
4
votes
1
answer
3k
views
Can the android emulator run on an ARM device
I need to do a lot of android testing where the device I use has to be ARM based. While it is possible to create these devices in the default android emulator they are of course very slow on my x86 ...
1
vote
0
answers
751
views
android emulator refuse to run armeabi native program, why?
I use bluestacks & MEmu to test my native programs built from NDK, x86 programs are well supported, but both refuse to run even a simple HelloWorld which is armeabi or armeabi-v7a.
Bluestacks ...
0
votes
0
answers
84
views
Android NDK application stops unexpectedly
I am using android studio. I have downloaded and installed Android NDK by following the instructions given in this link.
The application runs on the emulator perfectly. I have downloaded the strace ...
5
votes
1
answer
8k
views
App crash in emulator 7.0: JNI DETECTED ERROR IN APPLICATION: GetStringUTFChars received NULL jstring
I got error android ndk on JniLibs code. I got error:
JNI DETECTED ERROR IN APPLICATION: GetStringUTFChars received NULL jstring
The following are detail error. I cannot post all because it is too ...
0
votes
0
answers
3k
views
Android emulator failed to load NDK .so library UnsatisfiedLinkError: dlopen failed has text relocations
I have an app that needs a .so library(ndk). It is compiled for armeabi-v7a. I compile the project with armeabi-v7a in Android Studio 1.5.1. When I run the project on a device(Android 4.4.2 and ...
-3
votes
1
answer
425
views
can i use c4droid under bluestack to develop android games using c++?
Since few days i started developing android apps after 5 years of c/c++ coding , i know the need to learn java for android and i have no problem with it , but i prefer to continue using c/c++ , after ...
4
votes
2
answers
8k
views
genymotion ARM translation: "…/lib/arm/libndk.so" has unexpected e_machine: 40
Here is full code, when I try android jni sample, I get has unexpected e_machine, the full steps are:
$ /media/roroco/disk750/adr/android-ndk-r10e/ndk-buil
in project, new android application, and run ...