jasondonmoyer
|
Posted: March 25, 2009 16:53 by jasondonmoyer
|
| Has anyond tried using assets with nbandroid? After trying and noticing that they weren't picked up from an assets directory in the project root, I started digging around in the build-impl.xml and project.properties file. I found that there is a assets.dir in the project.properties file and targets in the ant script that call the appropriate aapt target based on a property that's configured in build-impl.xml. I set this property in the project.properties and the assets still weren't picked up. I then noticed that in the aapt target the property asset.dir rather than assets.dir is referenced.. however even changing this it appears that the conditional that guides which aapt target is actually used still isn't set properly. I'll file a defect if someone can't verify that they've actually been able to get assets working. |
using assets with nbandroid
Replies: 1 - Last Post: October 14, 2009 00:00
by: Mark McKay
by: Mark McKay
showing 1 - 2 of 2
Mark McKay
|
Posted: October 14, 2009 00:00 by Mark McKay
|
|
I found a work around for this. I've written up a bug for it, along with my solution: http://kenai.com/jira/browse/NBANDROID-52 |
Replies: 1 - Last Post: October 14, 2009 00:00
by: Mark McKay
by: Mark McKay







