Eclipse Android Mac 10.4 problem, dyld: Symbol not found: _open$UNIX2003
        Posted  
        
            by Manic
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Manic
        
        
        
        Published on 2010-06-09T21:25:26Z
        Indexed on 
            2010/06/09
            21:32 UTC
        
        
        Read the original article
        Hit count: 541
        
Hello I have just set up the Eclipse Android SDK environment. I tried creating a basic HelloWorld app by following this page http://developer.android.com/guide/tutorials/hello-world.html
As soon as i set up the project i get get this error in the console
[2010-06-09 23:12:22 - Helloworld] dyld: Symbol not found: _open$UNIX2003 [2010-06-09 23:12:22 - Helloworld] Referenced from: /usr/lib/android-sdk-mac_86/platforms/android-3/tools/aapt [2010-06-09 23:12:22 - Helloworld] Expected in: /usr/lib/libSystem.B.dylib [2010-06-09 23:12:22 - Helloworld]
Is it something to do do with my MacOS version ?
plz hlp ! :S
© Stack Overflow or respective owner