You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what's wrong, but it's probably something to do with the place the java source is copied to either being wrong, or being not what you expect. You can find the android distribution that has been built at (I think) .buildozer/platform/android/dists/yourdistname, then the java directory is src unless you're using a newer SDK (which would require python-for-android master). Can you find your java files in there, and is the java directory structure what you'd expect?
java_classes/MyWebViewClient.java
buildozer.spec
main.py
after build it, I got com.custom.webview.MyWebViewClient not found error
The text was updated successfully, but these errors were encountered: