We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I'm trying to use the SMT (Simple Multi Touch) library in netbeans. Running in processing works fine.
I cloned the source code, and the only error I have is the AndroidToTuio.java
needing :
import android.view.*;
import android.view.View.OnTouchListener;
Can anyone tell me where I can find the needed jar ?
Thanks
capturevision
Comments
Looks like it's in the regular Android SDK: http://developer.android.com/reference/android/view/package-summary.html
Which you can get from here: http://developer.android.com/sdk/index.html
Not that all I did was google "Android.view package", and these were the first results.
I did install the Android SDK but I can't find the appropriate Jar file.. :(