make -f Makefile AndNav2
aapt package -m -J AndNav2/gen -M AndNav2/AndroidManifest.xml -S
AndNav2/res -I /home/rick/Motorola/MOTODEV_Studio_for_Android_1.1/
android-sdk-linux_86/platforms/android-2.0.1_r01-linux/android.jar
make: *** [AndNav2] Segmentation fault
I've build lots of other open source stuff for my Motorola droid and
it all works fine, although this is definately the biggest one. Maybe
I can't use MOTODEV_Studio_for_Android to build AndNav2?
Thanks for any help.
Rick
To unsubscribe from this group, send email to andnav+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
On Mar 30, 4:06 am, Nicolas Gramlich <nicolasgraml...@gmail.com>
I have just made a number of changes to my development environment
which are causing me some issues so this may not be a general problem.
- Ubuntu 10.04
- ADT 0.9.6 (March 2010)
- Android 2.1, Revision 1 (January 2010) API 7
- SDK Tools, Revision 5 (March 2010)
According to the documentation:
"Strings, with optional simple formatting, can be stored and retrieved
as resources. You can add formatting to your string by using three
standard HTML tags: b, i, and u. If you use an apostrophe or a quote
in your string, you must either escape it or enclose the whole string
in the other kind of enclosing quotes."