-
Notifications
You must be signed in to change notification settings - Fork 230
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
java.lang.RuntimeException: Unable to start activity ComponentInfo #84
Comments
Hi, I am also facing the same issue. Can some please guide how to fix this issue. Thanks |
Hi @anonym24, I have got the fix in order to resolve this. Basically it is trying to look for few color props. After looking to library example looks like we have to define colors.xml in app res with below value: <?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
</resources>
Ideally this should have been defined in README, not sure why they have missed to specify the same. Thanks |
not color.xml. |
@ZeroCool00: noted. I have changed the same. Thanks Thanks |
@prscX you saved my life, I didnt know what was wrong. That should be added to the readme |
java.lang.RuntimeException: Unable to start activity ComponentInfo
The text was updated successfully, but these errors were encountered: