-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails for Android #11
Comments
I was having the same problem, but I found this is a duplicate of #3. After that I found a new problem: platforms/android/src/org/nypr/cordova/playerhaterplugin/PlayerHaterPlugin.java:59: error: cannot find symbol Which I don't have a solution yet |
In one of the PRs open now #10 there is a fix for it. By simply removing it 😄 search for that variable in that PR. |
android/src/org/nypr/cordova/playerhaterplugin/playerHaterPlugin.java line 53 - 62 replace this
with [adding /* before code] and [adding / after code] |
The text was updated successfully, but these errors were encountered: