Hi,
When I try to launch the simulator from eclipse I get an error:
BUILD: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar /Users/bart/connectiq-sdk-mac-2.1.4/bin/monkeybrains.jar -o /Users/bart/Documents/workspace/NewProject/bin/NewProject.prg -w -y /Users/bart/connectiq-sdk-mac-2.1.4/developer_key -z /Users/bart/Documents/workspace/NewProject/resources/drawables/drawables.xml:/Users/bart/Documents/workspace/NewProject/resources/layouts/layout.xml:/Users/bart/Documents/workspace/NewProject/resources/strings/strings.xml -m /Users/bart/Documents/workspace/NewProject/manifest.xml /Users/bart/Documents/workspace/NewProject/source/NewProjectView.mc /Users/bart/Documents/workspace/NewProject/source/NewProjectApp.mc -d fenix3_hr_sim -s 1.2.1
BUILD: WARNING: The launcher icon (30x30) is smaller than the specified launcher icon size of the device 'fenix3_hr' (40x40). Padding will be added to the image to center it.
BUILD: Complete
Attempt 1 to connect to simulator...
Attempt 1 to connect to simulator...
Attempt 1 to connect to simulator...
When I try to launch manually I get an illegal instruction error:
Mac-van-admin-2:bin bart$ monkeydo NewProject.prg
/Users/bart/connectiq-sdk-mac-2.1.4/bin/monkeydo: line 36: 1522 Illegal instruction: 4 "$MB_HOME"/shell --transport=tcp --transport_args=127.0.0.1:$i push "$PRG_PATH" "0:/GARMIN/APPS/$FILE"
/Users/bart/connectiq-sdk-mac-2.1.4/bin/monkeydo: line 36: 1523 Illegal instruction: 4 "$MB_HOME"/shell --transport=tcp --transport_args=127.0.0.1:$i tvm "0:/GARMIN/APPS/$FILE" $DEVICE_ID $TEST $TEST_NAME
Any ideas on how to fix this? I'm on mac os x 10.7.5 and java 1.8.0_111
Thanks!
Bart