Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting APK file from my project

I just press right on my appproject and choose Android Tools --> Export Unsigned Application Package...

But if i want to install the apk on my phone the install process dont finish

What do i have made wrong?

like image 410
user547995 Avatar asked Dec 28 '22 03:12

user547995


1 Answers

In eclipse you you go to run->build or if you have build automatically turned on you can go into the projects file structure and just copy the .apk file out of the bin folder. You can put this on the devices SD card and install it from there. No need to do the export unsigned apk thing.

like image 119
FoamyGuy Avatar answered Dec 30 '22 16:12

FoamyGuy