Select the folder after 100%, I did not wait 2 hours I can not export as APK.
Peter
(Moderator)
April 14, 2020, 4:57pm
#2
There is no use in just posting an image.
Asking questions
To improve the chance of getting help on the forum please follow these recommendations when posting a question:
Do your homework first
Search for similar questions/answers on the forum. Try forum search and also Google your problem.
Try to solve the problem yourself, and describe what you have tried. It is much more rewarding to help someone who has tried himself first.
Post in the right categorie, post only once and do not steal topics
Make sure that you post your question …
1 Like
Sentinel
(sagar shirsat)
April 14, 2020, 5:58pm
#3
Do you try closing project and open it again. ?
It helps in many cases.
I closed and opened the project, I waited a little big, I was urgently helped out, there is no apk or qr code.
Yoshi
(KidKoder)
April 15, 2020, 8:47pm
#5
@enes_besiktas_137 : did you restart your browser? Sometimes it is from the browser. thats why also I changed my browser, where I code.
yosh
PS: Peter is right. edit your post and we can help you. (maybe)
Vaibhav
(Vaibhav)
April 16, 2020, 3:23am
#6
Check your package name and also the name of your assets. Show your screen1 properties
Sentinel
(sagar shirsat)
April 16, 2020, 4:15am
#7
can you show us your Blocks ?
Check to see if your browser blocked the apk file from downloading.
Mateja
(Mateja)
April 16, 2020, 6:51am
#9
Do you have large assets?
1 Like
Mateja
(Mateja)
April 17, 2020, 5:26pm
#12
Try this;
Of course, that is possible.
Stepps to build an APK > 20 and < 100 MB (Play Store limit):
remove some big files (png, jpg, mp3) from the assets (< 20 MB! /
better < 5 MB)
build APK
decompile APK
reinsert the missing files to the assets
recompile your app
sign APK
If you kown how it works, it takes about 1 min.
Mateja
(Mateja)
April 17, 2020, 5:33pm
#13
Steps to build a big app → APK > 32 MB (Kodular limit) and ≤ 100 MB (PlayStore limit):
You can use eg APK Editor Studio or AppToMarket (update apktool.jar !) for that.
First download the keystore “android.keystore” from your Kodular account and rename it to: “android.ks”
remove some big files (png, jpg, mp3, wav, …) from the assets (AIA < 20 MB, better < 5 MB)
build APK
decompile APK
(re)insert the missing files to the assets
recompile your app
sign APK
Video tutorial (APK Editor Studio):
If helpful, mark as solution.
1 Like
how to throw files like jpg later
Mateja
(Mateja)
April 17, 2020, 6:13pm
#15
Why not load the images from a server instead assets. Of course, this won’t work if your app can be offline.
Mateja
(Mateja)
April 17, 2020, 6:18pm
#17
what am i supposed to do with that information?
android.keystore I do not understand how to do this
Peter
(Moderator)
April 17, 2020, 6:55pm
#19
Your questions got answered don’t go offtopic with another question. First search and if you can not find it then ask. But most of the time everything has been asked before so do a good search.
3 Likes
system
(system)
Closed
May 17, 2020, 6:55pm
#20
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.