S sotik Member Licensed User Longtime User May 15, 2014 #1 Hi all, i want to get the file.apk of my project, but when i compile wihout signing i get a temp.ap_ file, what must i do with this?.
Hi all, i want to get the file.apk of my project, but when i compile wihout signing i get a temp.ap_ file, what must i do with this?.
klaus Expert Licensed User Longtime User May 15, 2014 #2 When you compile your project with Releas mode you find the apk file in the Objects folder of your project. Upvote 0
When you compile your project with Releas mode you find the apk file in the Objects folder of your project.
S sotik Member Licensed User Longtime User May 15, 2014 #3 No, i compile with release mode and i get temp.ap_ file in the Objects folder, inside the bin folder Upvote 0
klaus Expert Licensed User Longtime User May 15, 2014 #4 When I compile a project in Release mode, with no Private Key, I get the apk file in the projects Objects folder. So, I don't understand why you don't get it ? Upvote 0
When I compile a project in Release mode, with no Private Key, I get the apk file in the projects Objects folder. So, I don't understand why you don't get it ?
S sotik Member Licensed User Longtime User May 15, 2014 #5 the problem is that i did only compile, instead of compile and run with a device/amulator connected -.-', so now i got the apk thanks. Upvote 0
the problem is that i did only compile, instead of compile and run with a device/amulator connected -.-', so now i got the apk thanks.