Jagmaster wrote:I was wondering how to change the orientation just yesterday!
Pretty good timing I'd say.
That's interesting.. It hasn't done that to me, are you sure your setup.bat is ok?
set ANT_HOME=C:\Program Files\apache-ant-1.9.0
set CLASSPATH=C:\Program Files\Java\jdk1.7.0_21\lib
set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_21
set PATH=%path%;%ANT_HOME%\bin
set PATH=%path%;C:\Users\Dylan\Downloads\android-sdk\sdk\tools
set ANT_HOME=c:\apache-ant-1.8.2
set CLASSPATH=C:\Program Files\Java\jdk1.7.0_21\lib
set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_21
set PATH=%path%;%ANT_HOME%\bin
set PATH=%path%;c:\android-sdk\tools
'ant' is not recognised as an internal or external command, operable program or batch file
set ANT_HOME=C:\Users\(my name)\Downloads\apache-ant-1.9.2-bin
set CLASSPATH=C:\Program Files\Java\jre7\lib
set JAVA_HOME=C:\Program Files\Java\jre7
set PATH=%path%;%ANT_HOME%\bin
set PATH=%path%;C:\Users\(my name)\Downloads\adt-bundle-windows-x86-20131030\adt-bundle-windows-x86-20131030\sdk\tools
Behdadsoft wrote:can you upload old version of softwares?
http://game-editor.net/index.php/downloads/category/6-engine-beta
http://developer.android.com/sdk/index.html
http://www.softpedia.com/get/Programming/Other-Programming-Files/Apache-Ant.shtml
set ANT_HOME=c:\apache-ant-1.9.2
set CLASSPATH=C:\jdk1.7.0_21\lib
set JAVA_HOME=c:\jdk1.7.0_21
set PATH=%path%;%ANT_HOME%\bin
set PATH=%path%;c:\android-sdk\tools
cd C:\geandroid
setup.bat
android update project -s -t 1 -p .
ant debug
zanza wrote:Behdadsoft Hello, I tried your method and it works perfectly.
but I have a question, how can i install more than one apk created by me on my smartphone?
I've created several different games on a trial, install one and all is well, but when trying to install another of a different GED says "the application you want to install will replace another application. they keep all data from previous users "
How I can then install two different applications?
Behdadsoft wrote:Hi guys.![]()
Finally I find the Problem for build android .app file.
I update lcl Tutorial in this Post.![]()
First of Everything, It does not matter what version of software you are using. you can build your .apk file with any version of (apache-ant and java sdk).
...
this is because the apps have the same name,to change this go to geandroid and in a XML file called Android Manifest there should be something like application name, change it how you want
Changing the application's name:
Go to geandroid -> res -> values and open the strings.xml with Notepad. You'll see this:
CODE: SELECT ALL
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ge</string>
</resources>
Replace 'ge' with the name of your app.
Users browsing this forum: No registered users and 1 guest