Version of my mobile phone is Android Version 3. Can't i run these Gideros apps on my mobile phone
It is said that:
In order to build for Android, you need the following (note that none of the applications listed below are required to build iPhone/iPad applications. You can skip these steps if you are going to build for iOS devices)
Java SDK
Eclipse IDE
Latest Android SDK (4.0 or higher preferred)
Android Development Tools (ADT)
Google Developer License (also see Android Developers' Guide here:
http://developer.android.com/guide/index.html)
Comments
Thanks in advance
i will try it .
see you soon
1. first install on your device "GiderosAndroidPlayer.apk" from Gideros folder
2. run the player on your device (make sure it is connected to your wifi lan)
3. on top left corner of device screen you'll see device ip
4. set it on gideros "Player->Player Setting" (uncheck localhost then insert here device ip)
5. press Start button on Gideros menu bar.
6. enjoy.
to compile for Android you need Android SDK installed, Eclipse
check http://developer.android.com/sdk/installing/index.html
then check
https://docs.google.com/document/pub?id=149g_P1YlE4_6v_hHbFx3YAaYpdU0HoM70XJSLTE38ww#h.d0hrfpqv940z
it's not complicated. just a little patience.
if need more help just ask!
ciao!
Likes: loves_oi, KeepTrying
www.tntengine.com
Build & Run
I don't know actually the difference between them :S i thought that "build" means "compiling" . But i already cannot compile the app on Android device . Then what can i do with a last version Android which i cannot do with other versions :S:SWhat is "build" ? i'm so confused.
I did it .It worked.Thanks for your help.
But my mobile telephone only can behave as a player. But i want to install the app to my mobile phone permanently. Without Gideros and computer, i want to enter the app and play on my mobile phone. Is it different from deployment? What should do?
Thanks in advance
1. Install prerequisites: android SDK, eclipse and adt plugin for eclipse.
go to http://developer.android.com/sdk/installing/index.html
and download the sdk (follow installation docs of sdk and eclipse you found on the site)
after this
open gideros and the program you want to compile: (for Example Bird Animation of gideros examples)
file-> export project and select android, select destination folder then press ok button.
now start eclipse...
in eclipse select
File-> import
then select Android->Existing Android Code Into Workspace
now check select root directory and then press "browse" button and select gideros exported project folder then select ok
now press "finish" button on "import" window
now you can:
export a signed app for publish (right click on project into eclipse and select android tool export signed app...
or
for testing propose you can
Run->Run As->1 Android Application
now eclipse start to compile and run "bird Animation" on android Virtual device. (official emulator but is really sloooooow!)
go to gideros exported folder (Bird Animation)
under bin folder you find some files
select the one with .apk extension.
now you can copy this in your device (i use airdroid to transfer files in wifi)
then on device install the apk (just select it with a file explorer i use "file expert") confirm the installation and now you have "Bird Animation" on you programs!
and voila' you had installed your compiled game!!! on your device!
and you can play everywhere!
hope it helps!.
ciao.
Likes: loves_oi
www.tntengine.com
For which subject should i read about Android internals in Google Android developers page. I am trying to discover lua on Gideros platform. I cant do anything outside Gideros . because they are so obscure . Why do you advice to read it , only for set up and some settings ? or is it also important for coding with Lua on Gideros? Why?
Gianluca has already written very valuable information. I'd suggest to sart with that post.
I have just downloaded the Android SDK Manager and these APIs are not installed. Which APIs should i install? I have Android Version 3 thus should i install all 3 versions or all APIs ?
in that link it said last version . But i have android version 3.
http://www.nightspade.com
http://www.giderosmobile.com/forum/discussion/633/step-by-step-gideros-mobile-to-apk#Item_1
You also need eclipse project set to use 4.0+ SDK. But it still WILL run on your Android 2.2
And here's info why it will work on older Android
http://www.giderosmobile.com/forum/discussion/567/new-version-gideros-studio-2012.2.1#Item_16
my bad, i am not aware of this problem, thank for pointing out
http://www.nightspade.com
so...
in my setup i have installed (but i'm not using only for gideros)
android tools (all)
Android 4.1 (api 16) (only sdk, no docs, etc)
4.0.3 (api 15) (only sdk, no docs, etc)
2.3.3 (api 10) (only sdk, no docs, etc)
2.2 (api 8) (only sdk, no docs, etc)
and my code compiled work fine on all android platform. (from 2.2).
hope it helps.
ciao!
Likes: loves_oi
www.tntengine.com
Computer is connected to the internet via LAN.
But the device is connected to the internet via Wireless.
And when i press "play" button , the gideros simulator(on the device) shut down suddenly
they both need to be in the same Newtork.
For example PC connects to router via cable, but phone using wireless, but they both are connected to the same router, thus they are in the same Network.
Thanks