APK Builder Missing in Playstore

616 views
Skip to first unread message

Nii Darko Darkoh

unread,
May 8, 2021, 12:34:00 PM5/8/21
to DroidScript
Hi Droidscript, I can't find the apk builder on playstore.
I appreciate help to find it. Thanks.

Steve Garman

unread,
May 8, 2021, 1:15:31 PM5/8/21
to DroidScript
// You can tun the following code DroidScript to install the 2.09 apkbuilder plugin
// You need to restart DroidScript after running the code

//////
var fold = "/Storage/DroidScript/Plugins"
dest=fold+"/apkbuilder.zip"
function OnStart()
{
   app.MakeFolder(fold)
   if(app.FileExists(dest))
      app.Alert("File already exists")
   else
      app.DownloadFile(frm, dest, "title", "desc")
   setTimeout(exit, 3000)
}
function exit()
{
   var msg = app.ListFolder(fold).join("\n")
   app.Quit(msg, fold)
} //////

Nii Darko Darkoh

unread,
May 8, 2021, 1:55:28 PM5/8/21
to DroidScript
Thank you Steve.

salis.f...@gmail.com

unread,
May 9, 2021, 7:13:40 AM5/9/21
to DroidScript

Hello, on android 10, i can't find the DroidScript folder anymore, how do i install the other plugins?

Steve Garman

unread,
May 9, 2021, 11:48:34 AM5/9/21
to DroidScript
re the DroidScript folder:

Sounds like your DroidScript app is using Scoped Storage because you have done a fresh install of a recent version of DroidScript

In main storage your DroidScript folder should be at:
Android/data/com.smartphoneremote.androidscriptfree/files/DroidScript/Plugins

If you are using Android 10 or less you should be able to access that folder directly from your file manager

In Android 11+ I use a small app running in DroidScript to place them directly into "/Storage/DroidScript/Plugins" which chooses the correct path regardless of Storage type


salis.f...@gmail.com

unread,
May 9, 2021, 12:11:32 PM5/9/21
to DroidScript
Thank you Steve.
Reply all
Reply to author
Forward
0 new messages