bouviervj / ORB_SLAM2_AndroidStudio

GNU General Public License v3.0
13 stars 4 forks source link

insert a line in Android.mk #1

Open Zander-yang opened 6 years ago

Zander-yang commented 6 years ago

I want to give a little suggestion to compile easily. Insert bellow at 2nd line of Android. Only change this line for different downloaders. OPENCV_MK_PATH:= D:\Android_workspace\OpenCV-android-sdk/sdk/native/jni/OpenCV.mk

bouviervj commented 6 years ago

Hi thk you for the suggestion .

Were you able to compile it correctly ? - could you share a user guide on how to recompile that project from scratch. On my laptop everything is installed and works but for external pple I wonder how difficult it could be.

Thks you !

Zander-yang commented 6 years ago

After modifying the Android.mk and build.gradle (of ORB and OpenCV), I can compile it correctly. But neither of dataset and cameral mode can run correctly. When I click "start" button, it returns to main page. I don't know if it was caused by other setings or Mi 5s (my test phone).