We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proguard warning:
Reading library jar [/usr/local/android-sdk/platforms/android-20/android.jar] Initializing... Warning: org.scaloid.common.TraitWebView$class: can't find referenced method 'int getVisibleTitleHeight()' in library class android.webkit.WebView
seems getVisibleTitleHeight has been removed? or it's hidden.
The text was updated successfully, but these errors were encountered:
also hit by this issue..which makes the project fail to buid
Sorry, something went wrong.
current master branch has a fix. Please test again with it.
No branches or pull requests
Proguard warning:
Reading library jar [/usr/local/android-sdk/platforms/android-20/android.jar]
Initializing...
Warning: org.scaloid.common.TraitWebView$class: can't find referenced method 'int getVisibleTitleHeight()' in library class android.webkit.WebView
seems getVisibleTitleHeight has been removed? or it's hidden.
The text was updated successfully, but these errors were encountered: