I have a dumb app with ArrayAdapter. All is ok but when I try add
styles the app fail in onCreate with NullPointerException. The file
added is:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="juas">
        <item name="android:textColor">#008</item>
    </style>
</resources>

The error log:

...
E/AndroidRuntime(  741):        at com.faiters.myapp.Home.onCreate(Home.java:
35)
E/AndroidRuntime(  741):        at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1123)
E/AndroidRuntime(  741):        at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2364)
E/AndroidRuntime(  741):        ... 11 more
...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to