-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
Android build error after update the plugin to 7.0.0 #218
Comments
Please post the contents of your |
I had the same issue. Might have been an undefined @colors/accent variable.
|
I'm guessing this is related to commit bda54cb and that it happens if you don't specify a custom accent colour during plugin installation. |
@Starofall actually i have define the ANDROID_ICON_ACCENT in colors.xml and this is working in previous version of firebasex |
@Starofall Thanks, your solution is working |
Bug report
Current behavior:
After upgrade from v6.1.0 to v7.0.0, when I run command
cordova run android
it show the errorExpected behavior:
The build process should be success without issue.
Steps to reproduce:
Screenshots
Environment information
cordova -v9.0.0
cordova platform android v8.1.0
cordova plugin cordova-plugin-firebasex v7.0.0
Related code:
Other information:
The text was updated successfully, but these errors were encountered: