dlib-android icon indicating copy to clipboard operation
dlib-android copied to clipboard

:dragon: Port dlib to Android

Results 57 dlib-android issues
Sort by recently updated
recently updated
newest added

I tried to do that, but I have an app crash after line below: `System.loadLibrary("android_dlib");` Android minSdkVersion and APP_PLATFORM is the same. How to fix that crash? And also I...

There is a linker error on clang when we try to build the dlib/opencv library. This is due to the missing detector.cpp file corresponding to detector.h file.

HI I am using your library. While syncing I am getting error as below. "(Could not GET 'https://dl.bintray.com/tzutalin/maven/com/tzutalin/dlib-android-app/dlib/1.0.4/dlib-1.0.4.pom'. Received status code 403 from server: Forbidden Disable Gradle 'offline mode' and...

When I try to use the `build.py` script or the `ndk-build -j 2` command I get the error: > Library/Android/sdk/ndk-bundle/build/core/add-application.mk:178: *** Android NDK: APP_STL gnustl_static is no longer supported. Please...

Hi, I got the same error #32 of undefined references, with the current git environment. Undefined references when building shared library libandroid_dlib.so [x86_64] SharedLibrary : libandroid_dlib.so jni/jni_detections/detector.h:42: error: undefined reference...

I found this error when i try compile the project. Try in diferentes NDK versions 13,15,21 etc but it still don't working. ![image](https://user-images.githubusercontent.com/55029892/110039737-76c54f80-7d20-11eb-9e0b-fde03a7b3f1b.png)

![image](https://user-images.githubusercontent.com/57203628/103599315-73d3fb80-4f37-11eb-9f02-3d3fa18ce762.png) Help i can't pass this test build because the ret is always not return 0 i really need this

Hi, I have some trouble to execute envsetup in Windows 10. Its neither working in Powershell or Cmd. Windows always asks me what program i would like to use to...

[armeabi-v7a] StaticLibrary : libdlib.a [armeabi-v7a] StaticLibrary : libjni_common.a [armeabi-v7a] StaticLibrary : libminiglog.a [armeabi-v7a] SharedLibrary : libandroid_dlib.so /home/ui/workspace/dlib-android-master/third_party/opencv/jni/include/opencv2/core/cvstd.inl.hpp:81: error: undefined reference to 'cv::String::allocate(unsigned int)' jni/jni_detections/jni_pedestrian_det.cpp:109: error: undefined reference to 'cv::imread(cv::String const&,...

I want Dlib to use GPU. Can I?