I am just trying to get a simple Hello World app out the door and I
cant seem to do so.
I ran the activity creator for TestAppTwo:
"sudo /android-sdk-mac_x86-1.0_r1/tools/activitycreator --out NewApp
com.example.android.NewApp"
works fine. I go in and change res/layout/main.xml - the inside of one
element from "Hello World, TestAppTwo" to "Hello World!".
then I go and try to build it...
Buildfile: build.xml
dirs:
[echo] Creating output directories if needed...
BUILD FAILED
/Users/austonbunsen/TestAppTwo/build.xml:103: Directory /Users/
austonbunsen/TestAppTwo/bin/classes creation was not successful for an
unknown reason
My assumption is (im not a JAVA dev at heart, that ..xml:103:" is
referring to line 103 in the build.xml file which is related to making
directories. This is where I am stuck? Why cant it create directories?
Do I need to sudo the ant command?
YES I DO!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---