From 3a63e20ca981931ed42d27a7ce4c6b16c9198020 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 3 May 2012 05:02:08 +0200 Subject: AndroidLauncher: Add 'MainLauncher'; ClassLoaderUtil adds list of direct APKs to add to classpath MainLauncher is capable of launching a traditional static main method from a activity. TODO: - parametrize the APK list (junit, ..) - pass-through the activity instance to be used w/ NEWT AndroidWindow --- make/resources/android/AndroidManifest-Launcher.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'make/resources') diff --git a/make/resources/android/AndroidManifest-Launcher.xml b/make/resources/android/AndroidManifest-Launcher.xml index ab0825c..c11a38f 100644 --- a/make/resources/android/AndroidManifest-Launcher.xml +++ b/make/resources/android/AndroidManifest-Launcher.xml @@ -49,6 +49,21 @@ + + + + + + + + -- cgit v1.2.3