Ask Your Question

Bear1575's profile - activity

2017-09-06 08:44:30 -0600 received badge  Notable Question (source)
2016-05-27 11:35:19 -0600 received badge  Popular Question (source)
2015-08-15 17:34:01 -0600 commented question Installing OpenCV Manager 3.0.0 on Android (phone + emulator)

Can one of the mods mark this question as solved?

2015-08-12 09:52:50 -0600 commented question Installing OpenCV Manager 3.0.0 on Android (phone + emulator)

@mshabunin

I've managed to figure it out. I had to copy the apk file to the same folder that the adb.exe was in and then run adb install OpenCV_3.0.0_Manager_3.00_x86.apk. I think the problem might of been the path location to the apk file was too long.

EDIT: My other problem was originally trying to get the puzzle app to work but I think I've managed to figure it out. I didn't realize that there are apk files included in the samples folder. I ended up installing the example-puzzle 15 apk file since I couldn't get it to work by importing the sample module. I'm going to post your original solution as an answer and rep you.

2015-08-11 16:37:02 -0600 commented question Installing OpenCV Manager 3.0.0 on Android (phone + emulator)

@mshabunin, I've done what you've suggested and I keep getting an "invalid apk file" error. My exact command entered was the following: adb.exe install D:\Program Files\OpenCV-android-sdk/apk/OpenCV_3.0.0_Manager_3.00_x86.apk. I've made sure that Intel x86 is installed for this emulator.

2015-08-11 15:31:36 -0600 commented question Installing OpenCV Manager 3.0.0 on Android (phone + emulator)

@mshabunin,

I've done what you've suggested and I keep getting an "invalid apk file" error. My exact command entered was the following: adb.exe install D:\Program Files\OpenCV-android-sdk/apk/OpenCV_3.0.0_Manager_3.00_x86.apk. I've made sure that Intel x86 is installed for this emulator.

2015-08-11 06:13:29 -0600 received badge  Editor (source)
2015-08-11 00:15:31 -0600 asked a question Installing OpenCV Manager 3.0.0 on Android (phone + emulator)

Hi,

I'm new to open cv and I'm trying to install the open-cv 15 puzzle app on my android emulator, using android studio. I've read online from other sites that the current cv manager isn't available online and that I would have to install it manually as a result.

I'm trying to follow the instructions contained in the README.txt file and here, but I'm running into an "invalid apk file" error when I try to install the apk file, OpenCV_3.0.0_Manager_3.00_armeabi-v7a.apk. I'm using a Nexus 5 API 21 x86 android emulator and trying to execute the adb commands from a windows command prompt. Is my problem, that I'm installing the wrong apk file? I've installed ARM EABI v7a as my system image.

Edit: Since writing this post, there has been an update on the Google Play store for CV Manager 3.0, an update on your phone will be required. For the answer to fixing the emulator problem, read my post below.