I just started working with Gideros and therefore I am installing the Android SDK (adt-bundle-windows-x86_64-20130729.zip) right now. After extracting the archive and launching the SDK Manager, I have to choose lots of different packages to install.
What packages should be checked here to be able to deploy to Android devices and what options can be left unchecked?
Thanks for helping.
Comments
Then when I click on "Run" in Eclipse, it says there is no device attached to the computer (although it IS).
Since Eclipse doesn't recognize my device to run the code, I tried to export is to .apk and then copy and install it to the device manually. This does not work either because it requires a keystone. So how can I create one? I assumed that Eclipse would use a default debug key when no other key is specified, but I am forced to enter a key when exporting the project.
And should the device set to debugging mode while connected to the PC or not?
This is so confusing... :-( Eclipse is by no means intuitive or self-explaining. Are there any detailed, step-by-step tutorials out there that explain how we can import, set up and finally export a Gideros project to the actual device?
In order for Eclipse to see your Telephone in devices you should have to install usb drivers of your device.
Which model your device i don't know but you can find your suitable driver.
http://developer.android.com/tools/extras/oem-usb.html#InstallingDriver
Other way is to run on emulator.
http://developer.android.com/tools/devices/managing-avds.html
http://developer.android.com/tools/building/building-eclipse.html
Created a virtual device.
Hit "Run". An emulator windows opens, showing a device with buttons etc. Project does NOT run in the emulator, instead some animated letters are shown on the screen of the emulator: "ANDROID". That's all.
Closed the emulator window and connected my Android device to the computer (debug mode enabled). Device is connected properly. Then hit "Run" again with Eclipse. Console now shows the following error messages (project is named "Space"):
[2013-08-06 09:34:45 - Space] ------------------------------
[2013-08-06 09:34:45 - Space] Android Launch!
[2013-08-06 09:34:45 - Space] The connection to adb is down, and a severe error has occured.
[2013-08-06 09:34:45 - Space] You must restart adb and Eclipse.
[2013-08-06 09:34:45 - Space] Please ensure that adb is correctly located at 'F:\Work\Gideros\_Tools_SDK\AndroidSDK\sdk\platform-tools\adb.exe' and can be executed.
Ensured that adb.exe is located correctly -it is. Closed and restarted Eclipse. Again hit "Run". Same error messages as before.
I'm done :-(
not sure which error it is but can you try right click on android project ---> android tools ---> export signed application and follow some simple steps later you will get apk which you can mount to your sd card and install. just guess lets see it works or not
http://stackoverflow.com/questions/5035456/the-connection-to-adb-is-down-and-a-severe-error-has-occurred
might be restarting the pc will solve problem