(OUTDATED) Building an Android .apk -file

Learn how to make certain types of games and use gameEditor.

Re: Building an Android .apk -file

Postby lcl » Mon Feb 18, 2013 9:01 pm

knucklecrunchgames wrote:
lcl wrote:
knucklecrunchgames wrote:I am lost. could someone install it all to a disc and compress it into an .iso image?

What are you talking about?


like with image burn or something something ( sorry, takling gibberish)

There's no point trying to do it like that, it would take 100x the time needed for doing it the original way.
You just have to follow the steps carefully. :)
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

Re: Building an Android .apk -file

Postby knucklecrunchgames » Mon Feb 18, 2013 9:15 pm

lcl wrote:
knucklecrunchgames wrote:
lcl wrote:
knucklecrunchgames wrote:I am lost. could someone install it all to a disc and compress it into an .iso image?

What are you talking about?


like with image burn or something something ( sorry, takling gibberish)

There's no point trying to do it like that, it would take 100x the time needed for doing it the original way.
You just have to follow the steps carefully. :)


I wish you lived near me. I'm lost
User avatar
knucklecrunchgames
 
Posts: 1071
Joined: Wed Nov 21, 2012 8:01 pm
Location: In gameEditor.exe
Score: 17 Give a positive score

Re: Building an Android .apk -file

Postby lcl » Mon Feb 18, 2013 10:35 pm

knucklecrunchgames wrote:
lcl wrote:
knucklecrunchgames wrote:
lcl wrote:
knucklecrunchgames wrote:I am lost. could someone install it all to a disc and compress it into an .iso image?

What are you talking about?


like with image burn or something something ( sorry, takling gibberish)

There's no point trying to do it like that, it would take 100x the time needed for doing it the original way.
You just have to follow the steps carefully. :)


I wish you lived near me. I'm lost

PM me your problem and I'll see how I can help you. :)
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

Re: Building an Android .apk -file

Postby knucklecrunchgames » Tue Feb 19, 2013 5:45 pm

lcl wrote:
knucklecrunchgames wrote:
lcl wrote:
knucklecrunchgames wrote:
lcl wrote:
knucklecrunchgames wrote:I am lost. could someone install it all to a disc and compress it into an .iso image?

What are you talking about?


like with image burn or something something ( sorry, takling gibberish)

There's no point trying to do it like that, it would take 100x the time needed for doing it the original way.
You just have to follow the steps carefully. :)


I wish you lived near me. I'm lost

PM me your problem and I'll see how I can help you. :)


well I'm kinda working on something now so I get back to this later. Thanks though :)
User avatar
knucklecrunchgames
 
Posts: 1071
Joined: Wed Nov 21, 2012 8:01 pm
Location: In gameEditor.exe
Score: 17 Give a positive score

Re: Building an Android .apk -file

Postby Silya » Tue Feb 26, 2013 4:15 pm

Hello everyone!I have a problem on step 10.After i pressed enter,it gives me an error: "build.xml does not exist!",but my geandroid folder has this file..Maybe someone knows where the problem could be?help please :cry:
Silya
 
Posts: 4
Joined: Mon Feb 25, 2013 4:29 pm
Score: 0 Give a positive score

Re: Building an Android .apk -file

Postby lcl » Tue Feb 26, 2013 6:02 pm

Silya wrote:Hello everyone!I have a problem on step 10.After i pressed enter,it gives me an error: "build.xml does not exist!",but my geandroid folder has this file..Maybe someone knows where the problem could be?help please :cry:

Hello!

The problem is most likely in your setup.bat -file.
Make sure that you have the right paths in the file. :)
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

Re: Building an Android .apk -file

Postby Silya » Sat Mar 02, 2013 8:41 am

lcl wrote:
Silya wrote:Hello everyone!I have a problem on step 10.After i pressed enter,it gives me an error: "build.xml does not exist!",but my geandroid folder has this file..Maybe someone knows where the problem could be?help please :cry:

Hello!

The problem is most likely in your setup.bat -file.
Make sure that you have the right paths in the file. :)


my folders were on d:\ disk..Maybe there was the problem,cause i replace all of them on c:\ disk,and ewerything become fine!
Thanks a lot for such useful tutorial :D
Silya
 
Posts: 4
Joined: Mon Feb 25, 2013 4:29 pm
Score: 0 Give a positive score

Re: Building an Android .apk -file

Postby ayushpal » Mon Mar 11, 2013 11:06 am

hi ! im of 15 years and i need a lot of help !
i have windows 7 . and in command prompt when i type 'c:users>divyansh(my pc name)>downloads\geandroid' and enter it didn't worked ! it shows that "geandroid is not a bat file" then i typed
'c:users>divyansh>downloads\geandroid\setup' and it worked till step 8th . now what to do so that i can give the command 'android update project -t 1 -p .' in the geandroid folder ? :?:
ayushpal
 
Posts: 5
Joined: Sat Mar 09, 2013 4:54 am
Score: 0 Give a positive score

Re: Building an Android .apk -file

Postby lcl » Tue Mar 12, 2013 6:09 pm

ayushpal wrote:when i type 'c:users>divyansh(my pc name)>downloads\geandroid' and enter it didn't worked!

You have done quite many mistakes here.
First, you have to type 'cd' before the path.
Second, you have to have '\' after the colon after drive letter.
Third, you must not use '>' to try to navigate to a folder. You have to use '\' instead.

So, with these things corrected, it would be:
Code: Select all
cd c:\users\divyansh\downloads\geandroid

ayushpal wrote:then i typed 'c:users>divyansh>downloads\geandroid\setup' and it worked till step 8th

If you do the previous step correctly, you won't have to write the whole file address, only the name will be enough.
Remember to put the file extension, too! So, what it should be is this:
Code: Select all
setup.bat

ayushpal wrote:now what to do so that i can give the command 'android update project -t 1 -p .' in the geandroid folder ?

If you have done all the above steps correctly, you don't have to do anything else than to type the command.

I hope this helped! :)
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

Re: Building an Android .apk -file

Postby ayushpal » Wed Mar 13, 2013 10:12 am

hi lcl you said that i should type :- cd c:\users\divyansh\downloads\geandroid but i can't do that because the command till c:users>divyansh> is already written there after every time i press enter and i can't remove it by using backspace
what to do ?
ayushpal
 
Posts: 5
Joined: Sat Mar 09, 2013 4:54 am
Score: 0 Give a positive score

Re: Building an Android .apk -file

Postby lcl » Wed Mar 13, 2013 2:18 pm

Typing what I told you to type overrides the previous text.
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

Re: Building an Android .apk -file

Postby ayushpal » Thu Mar 14, 2013 8:03 am

not happening ! :cry:
ayushpal
 
Posts: 5
Joined: Sat Mar 09, 2013 4:54 am
Score: 0 Give a positive score

Re: Building an Android .apk -file

Postby lcl » Thu Mar 14, 2013 7:01 pm

You sure you remembered to put the 'cd' before the path?
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

Re: Building an Android .apk -file

Postby Lacotemale » Tue May 07, 2013 11:48 am

Hey I built a .apk file today but when I open it I get a blank white screen.

Also while following the instructions I got this message after using this command:

android update project -t 1 -p .


error.png


:o
User avatar
Lacotemale
 
Posts: 285
Joined: Wed Dec 08, 2010 7:47 pm
Location: /home
Score: 7 Give a positive score

Re: Building an Android .apk -file

Postby lcl » Wed Jun 05, 2013 3:39 pm

Lacotemale wrote:Hey I built a .apk file today but when I open it I get a blank white screen.

Also while following the instructions I got this message after using this command:

android update project -t 1 -p .


error.png


:o

That's interesting.. It hasn't done that to me, are you sure your setup.bat is ok?
User avatar
lcl
 
Posts: 2339
Joined: Thu Mar 25, 2010 5:55 pm
Location: Finland
Score: 276 Give a positive score

PreviousNext

Return to Tutorials

Who is online

Users browsing this forum: No registered users and 1 guest

cron