Closed maxxir closed 7 years ago
Hello!
Can you find "color.xml" in your project folder "....res\values" ???
[and what your project "minSDk" and "targetSDK" ??? ]
Yes "res\values\colors.xml" present, with content:
<resources>
<color name="primary">#3F51B5</color>
<color name="primary_dark">#303F9F</color>
<color name="primary_light">#C5CAE9</color>
<color name="accent">#03A9F4</color>
<color name="primary_text">#212121</color>
<color name="secondary_text">#727272</color>
<color name="icons">#FFFFFF</color>
<color name="divider">#B6B6B6</color>
</resources>
and from AndroidManifest.xml
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="17"/>
Strange, you are using uses-sdk android:minSdkVersion="15" android:targetSdkVersion="17" then why this access to "......res\values-21" ??? in fact, in this condition I thought this access would not happen!
I don't know too, very strange!
Ok. I will roll back the styles in "values-21" until we find a solution to this problem ...
Thank you!
Fixed! Thank you!
Confirmed now works good!
Hi! After update to last Lamw Ver. 0.7 rev. 22-21 lazandroidmodulewizard, when create simplest App, (laz4android 1.7.0) I starting get this errors:
When I comment in ..res\values-v21\styles.xml
App build and install OK. As I see in previous revisions ..res\values-v21\styles.xml nearly empty.