However, if you are seeing exactly the same problem on multiple devices, that seems unlikely to be the problem.
A couple of questions.
Is the DroidScript project in which the code is held called saramoz ?
Are you sure there are no other files in the project except those in the git repository?
What package name are you using in the apk-builder dialog?
Try changing the name in the apk-builder dialog to something like
com.myname.saramoz
In the project you are trying to build an apk from, are there any files with accented names, before you build the apk?
If there are, can you try renaming the files to unaccented names and see if it then builds a valid APK.
Can you try running the code below in DroidScript (don't make an apk)
It should leave the result on the clipboard.
Please paste it into a reply here.
If that is the case, please correct the path to the code below
//var path = "/data/user/0/com.smartphoneremote.androidscriptfree/app_Plugins/apkbuilder"
var path = app.GetPrivateFolder( "Plugins" )+"/apkbuilder";
As regards images, there is certainly no limit of 10 pngs. I regularly build an apk that contains 62 small PNG files, representing upper and lower case letters and digits.
Are the pngs very big?
Is the device on which you are building low on memory or storage?