The new version 2.9.0 of tanapro JavaIDEdroid is now available and offers following new features:

  • Modified: The free version now supports projects with up to 15 source files and modules with up to 10 class files.
  • New: Updated dx to version 1.11 (Android 6.0.0 r26)
  • New: You can now pass arguments to BeanShell scripts.
  • New: In the project file manager, you can now send a file to a script.
  • New: In BeanShell scripts, you can now start an Activity. The data returned by the Activity can be received and used by the script.
  • New: Data passed to JavaIDEdroid with the Intent is now passed as a JSON string in the data URI. An array of strings can now be passed as arguments of the script to be started. The use of the extra bundle is deprecated! Developers using it should change to using the data URI as soon as possible.
  • New: JavaRunner now ignores System.setSecurityManager which always throws an exception on Android. This now allows (among others) the use of the Ant task 'Java' with JavaRunner.
  • Bugfix: Better handling of the APP install state (new, installed, updated)

Additional information