Can't setup IDE for Android debugging

asked 2013-04-24 11:36:06 -0600

Derek gravatar image

updated 2013-04-25 03:06:49 -0600

Andrey Pavlenko gravatar image

Hi OpenCV team.

I have added the OpenCV V2.4.5(for Android), and it is OK to compile the program. When the program pointer is on the line

Mat mat = new Mat()

and I click the button of Next step, the program pointer will enter the constructor of Mat in Mat.class. After leaving the constructor, the program pointer does not get back to the original function which calls the constructor of Mat. It enter the InvocationTargetException.class and show the message of Source not found. I have set the path of Mat.java file, but it does not work.

Do I miss some parameter settings for OpenCV?

edit retag flag offensive close merge delete