I have a 2.2 mac Core 2 Duo - I think they call my mac Santa Rosa or something.
I've spent the last three months on App Inventor - after realizing I can't use admob or Airpush - I decided to start learning java.
I've been watching a set of 200 tutorials by thenewboston and it is great!
Only problem is, i can't start the emulator. I think it has something to do with the fact when it asks me how much space the sdcard should hold - when i try to prEss enter - it won't let me continue..
[2013-01-22 09:46:46 - SDK Manager] dyld: unknown required load command 0x80000022
[2013-01-22 09:46:46 - SDK Manager] Failed to create the SD card.
[2013-01-22 09:46:46 - SDK Manager] Failed to create sdcard in the AVD folder.
ok so, of Course i googled it.
here's what i found.
https://plus.google.com/110164642453700713590/posts/StCNjEywBPU
and it gave me this...
Device-873EF9:~ Tahj182$ sudo xattr -rd com.apple.quarantine android-sdk-macosx/option -r not recognized
usage: xattr [-l] file [file ...]
xattr -p [-l] attr_name file [file ...]
xattr -w attr_name attr_value file [file ...]
xattr -d attr_name file [file ...]
The first form lists the names of all xattrs on the given file(s). The second form (-p) prints the value of the xattr attr_name. The third form (-w) sets the value of the xattr attr_name to attr_value. The fourth form (-d) deletes the xattr attr_name.
options: -h: print this help -l: print long format (attr_name: attr_value) Device-873EF9:~ Tahj182$
sooooo... i tried this..
http://xjaphx.wordpress.com/2011/06/26/create-and-use-emulated-sd-card/
and i get this..
Device-873EF9:~ Tahj182$ /Users/Tahj182/Downloads/adt-bundle-mac-x86_64\ 2/sdk/tools/mksdcard ; exit; dyld: unknown required load command 0x80000022 Trace/BPT trap logout
[Process completed]
ok , so in my eclispse.. my avd manager wont start
I could keep going, showing how my googled solutions got me no where..
can you help me please guys!
:-)