I am planning to sell an application that I have developed with B4a, on Android Market. My application loads various layouts ".bal" and bitmaps from "Files" folder (which is programmatically used with File.DirAssets). Anybody can tell me which will be the structure of the final application? I mean: what I will have as a package, for example the apk and some fixed folders, like the Files and Objects? What I must upload to Android Market? Thanks.
You upload only the apk file, which you can find under the Objects folder. It must be signed with your key. The apk has all the necessary files inside.