views:

278

answers:

1

hi im trying to develop an android app in xcode. ive downloaded java, java jdk and the android sdk and have loaded a half finished (but working with no errors) app. i also changed the target to:

Build Tool: /usr/bin/ant
Arguments: install

but when i try to build it i get

Build file build.xml does not exist

i couldn't figure out how to make my own build.xml so downloaded one but still no luck. Id really appreciate some help,

thanks,

ng93

+2  A: 

This is how I setup my XCode environment to develop in Android. It might help for you, too. http://code.davidjanes.com/blog/2009/11/20/how-to-use-xcode-for-android-projects/

Keep in mind that this method requires that you already created your android project with the sdk, as seen here: http://developer.android.com/guide/developing/other-ide.html

jkap
the first link is what i originally used. i got down to the 'Configure your Build Target' section. ill try the second post later when ive gt some free time and post back,thanks,ng93
ng93
ok i got it to compile but now im having to manually install it, when google says it should auto install?
ng93