Ryan Bis
unread,Dec 2, 2011, 3:16:25 PM12/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adt...@googlegroups.com
This may not be best suited here, but I'm not sure where else to post this.
I've written a plugin based off ADT 15.0.0, which essentially just modifies the new project wizard (it copies over some other files, and adds a library to the build path).
I upgraded to ADT 15.0.1. The only thing I found to work not quite right is that in the /res/layout/main.xml, it can't find the string resources. The strings.xml is in the /res/values folder, and everything looks right. I created a new project with the default ADT wizard, and nothing looks any different. Yet, within the newly created project with my plugin, it can't find the strings resource.
Interestingly enough, I can access the string resources just fine through java. So for whatever reason, the main.xml file can't see the string resources. Any clue why this is happening?
Thanks,
Ryan Bis