Wednesday, September 21, 2011

[android-developers] Re: Activity Help

Thanks Richard,

I have directly skipped the LiteratureManager.java and run the intent LiteratureEditor.java from an activity before that normally calls the manager file. The editor works just fine and doesn't crash.

I will post a stack trace tomorrow when I'm at work and can run the program... This leads me to another question that has stopped any development on my laptop at home (I didn't upgrade my work computer).

I have upgraded the SDK and AVD to to most recent release, which has broken my build. Seems the code:
 
<style name="WindowTitleBackground" parent="android:WindowTitleBackground">
    <item name="android:background">@android:color/transparent</item>
</style>

breaks my build. I read that I am calling android:WindowTitleBackground which was wrong to begin with and Google fixed this in the most recent release. I have no idea how to fix this and make my app work with the newest SDK/AVD release. I am a novice to Java and Android so this is a foreign problem.

I have my source publicly hosted by Google if you want to check it out and see for yourself.


Thanks for the help!

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

No comments:

Post a Comment