tyron

Results 8 comments of tyron

This seems to only occur when the cursor is visible (a fix seems to be to only move the cursor if the touch event is near the cursor)

Can you include the top level gradle file?

remove this line ``` classpath "com.android.tools.build:gradle:7.0.1" ``` the app bundles its own gradle plugin that you should use instead of the official one from gradle repo.

Looks like you tried to apply the Android Gradle Plugin which is not supported. The test APK currently only works for the java plugin.

Can you elaborate? What tool did you use to build the apk?

All the jars required is located at app/libs/

the NPE was caused my the modification of the packages, please try using the ones that is packaged in the library because thats the one that is tested.

Your screenshot did not upload properly, can you reupload it? If you would like to have a jar file as a dependency it would be ``` implementation files('relative/path/lib.jar') ```