Creating DroidScript Plugins on Mobile with AIDE
Install AIDE on your Smartphone You can directly download it from Google Playstore . You should run it at least one time before continuing! Install the AIDEPluginGen in DroidScript This is a free application written by Chris F. and Chris M. in DroidScript which allows you to simplify the install process of your plugin. It also includes a template for the Java and JavaScript code, a documentation template as well as a step by step guide (which is pretty help-full ) how to get started with it. You'll see many parallels to this post here - but it includes some additional informations which you should know. You can download it from the DroidScript Forum . The link will download an .spk file - you have to open it with DroidScript and it will automatically be added to your projects list. Create the Plugin Template To create a basic template you have to launch the AIDEPluginGen and press 'Create New DS Plugin' Type the name you wish for your plugin and press ...