• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Dev Set-up Issue, Errors with ABD and app compile

Hi

I am trying to setup for development in Eclipse using ADT and compile the simple HelloAndroid Application example from developer.android.com

Dev Machine MacBook OS X 10.4.11
Dev Environment Eclipse 3.4.2

I have
1 - Pre-existing version of Java for Mac OS X 10.4, release 5
2 - downloaded and archived the Android SDK to /_sdk/android-sdk-mac_86
3 - installed ADT through the Eclipse software updates
4 - set eclipse preferences to point at the Android SDK
5 - Added components (Platform 2.2, docs, samples)

Issue 1:
- After creating the Android Project, if I open up the Activity (Main) class I get the console error:
[2010-08-20 15:29:50 - TEST4] dyld: Symbol not found: _open$UNIX2003
[2010-08-20 15:29:50 - TEST4] Referenced from: /_sdk/android-sdk-mac_86/platforms/android-8/tools/aapt
[2010-08-20 15:29:50 - TEST4] Expected in: /usr/lib/libSystem.B.dylib

I thought this might be missing or corrupted java library/class so I ran the apple software update for - Java for Mac OS X 10.4, release 6
However this had no effect.

Issue 2:
If the DDMS perspective is selected, when i enter a workspace, I get the error dialogue box message.
--> Failed to parse the output of 'adb version'
click ok
--> 'adb version' failed

The first issue currently stops me from compiling the simplest application does anyone know how to deal with this or has had the same problem?

Thanks in advance for any help
D
 
Back
Top Bottom