MobileNetSSD_Demo_AndroidNCNN
MobileNetSSD_Demo_AndroidNCNN copied to clipboard
app闪退
我使用你的代码加载进android studio中,run后apk直接闪退,请问可能是什么原因呢?
你需要看log 看为啥闪退------------------ Original ------------------ From: "cyymt"[email protected] Date: Wed, Mar 25, 2020 07:59 PM To: "chentyjpm/MobileNetSSD_Demo_AndroidNCNN"[email protected]; Cc: "Subscribed"[email protected]; Subject: [chentyjpm/MobileNetSSD_Demo_AndroidNCNN] app闪退 (#8)
我使用你的代码加载进android studio中,run后apk直接闪退,请问可能是什么原因呢?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
出现这个错误:Timed out waiting for process to appear on device
多发一些完整的呢?
我也是闪退,Android10测试,出现错误为
两种情况
你需要在 ndk 链接openmp 好像是 -fopenmp
https://github.com/chentyjpm/InsightFaceRecognition_Demo_AndroidNCNN/issues/1
same with the ""libomp.so" not found " issue
I have the same problem too. same problem when build https://github.com/chentyjpm/InsightFaceRecognition_Demo_AndroidNCNN
I download the NDK 17 version from https://developer.android.google.cn/ndk/downloads/older_releases
and then set the Android Sutdio project NDK folder to 17 folder, and the problem solved.
我是什么报错都没有就闪退了,只有两行看起来没啥用处地输出: Connected to the target VM, address: 'localhost:8601', transport: 'socket' Disconnected from the target VM, address: 'localhost:8601', transport: 'socket' 我是下载完直接build install的,请问在此之前还需要动什么地方吗
chentyjpm/InsightFaceRecognition_Demo_AndroidNCNN#1
same with the ""libomp.so" not found " issue
I have the same problem too. same problem when build https://github.com/chentyjpm/InsightFaceRecognition_Demo_AndroidNCNN
I download the NDK 17 version from https://developer.android.google.cn/ndk/downloads/older_releases
and then set the Android Sutdio project NDK folder to 17 folder, and the problem solved.
thanks for your answer,it`s useful 感谢你的答案 非常有帮助 #