Error on add_library('proscene')

edited November 2017 in Python Mode

Hello people, I'm starting to move a proscene example written in java to python, but when I write this line:

add_library('proscene')

I've got the next error message:

java.lang.NoClassDefFoundError: android/view/MotionEvent at java.lang.Class.getDeclaredMethods0(Native Method)

I've already installed the proscene library.

Answers

Sign In or Register to comment.