Page 3 of 7

Re: Building an Android .apk -file

PostPosted: Mon Feb 18, 2013 9:01 pm
by lcl
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. :)

Re: Building an Android .apk -file

PostPosted: Mon Feb 18, 2013 9:15 pm
by knucklecrunchgames
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

Re: Building an Android .apk -file

PostPosted: Mon Feb 18, 2013 10:35 pm
by lcl
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. :)

Re: Building an Android .apk -file

PostPosted: Tue Feb 19, 2013 5:45 pm
by knucklecrunchgames
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 :)

Re: Building an Android .apk -file

PostPosted: Tue Feb 26, 2013 4:15 pm
by Silya
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:

Re: Building an Android .apk -file

PostPosted: Tue Feb 26, 2013 6:02 pm
by lcl
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. :)

Re: Building an Android .apk -file

PostPosted: Sat Mar 02, 2013 8:41 am
by Silya
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

Re: Building an Android .apk -file

PostPosted: Mon Mar 11, 2013 11:06 am
by ayushpal
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 ? :?:

Re: Building an Android .apk -file

PostPosted: Tue Mar 12, 2013 6:09 pm
by lcl
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! :)

Re: Building an Android .apk -file

PostPosted: Wed Mar 13, 2013 10:12 am
by ayushpal
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 ?

Re: Building an Android .apk -file

PostPosted: Wed Mar 13, 2013 2:18 pm
by lcl
Typing what I told you to type overrides the previous text.

Re: Building an Android .apk -file

PostPosted: Thu Mar 14, 2013 8:03 am
by ayushpal
not happening ! :cry:

Re: Building an Android .apk -file

PostPosted: Thu Mar 14, 2013 7:01 pm
by lcl
You sure you remembered to put the 'cd' before the path?

Re: Building an Android .apk -file

PostPosted: Tue May 07, 2013 11:48 am
by Lacotemale
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

Re: Building an Android .apk -file

PostPosted: Wed Jun 05, 2013 3:39 pm
by lcl
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?