Android Question help - trying to understand what to delete

Zeev Goldstein

Well-Known Member
Licensed User
Longtime User
hi,

when i zip my project's folder (top level) the zip is very big
i see guys here uploading bigger projects but they're much smaller
i know there are many files i can delete - but which?
can any one point me to what are the files or dirs i can delete as they are not needed ?

thanks
 

Johan Schoeman

Expert
Licensed User
Longtime User
You need to zip it from within B4A ide else you will also zip the generated APK and a whole lot of other folders and files that are not necessary as they will be recreated once you unzip and run the project. In the IDE go to Files and select the option to save it as a zip. If you used any external libraries then you have to post them separately or else put them in the /Files folder of the B4A project and the use the IDE to create the zip.
 
Upvote 0
Top