From: Arno P. <ar...@pu...> - 2010-09-23 01:22:33
|
you will have to explain that a little more in detail. The demos that are shipped with XMLVM are proper Android projects. They were created with the Android plugin for Eclipse (which is officially released by Google). In Eclipse, you can import xmlvm/demo/android/xokoban and you will see a proper Android project in your workspace. The location of the Android SDK is configured with the Eclipse plugin. XMLVM needs to compile .class files (not .dex files) to do its thing. So, the build.xml for that can be independent of the Android SDK. What exactly is the problem? Arno On 9/22/10 12:51 AM, Panayotis Katsaloulis wrote: > MOTIVATION > Since I am creating a patch which makes demo iPhone projects self-contained (and easy to be copied and manipulated), I was thinking to do the same with Android projects. Thus everybody could have a real "demo" case, and not only a "proof of concept", with difficult assumptions on how to migrate an existing project to Android. > > > STATUS OF THE ART > The currently demo projects of XMLVM are not "full" android projects, i.e. not being created by the "android create project" command. > They can only be used from inside Eclipse and not with Google tools which handle Android projects. > For this reason you have written special ant tasks in the base build.xml file, to overcome this problem. > > > THE PROBLEM > ... is that an Android project should specifically define an Android SDK location for the Google-provided build scripts to work. > But this can change from system to system, and specifically be defined in a local.properties file, which should not be committed to the SVN > > MY PROPOSAL > ... is, like in the case of OpenJDK, to include the absolute minimum requirements from the Android project to the XMLVM project. Thus the demo Android projects will be "full", self-contained and "ready to be copied" Android projects. > And it will be dead-easy to run these tests in the Android Emulator itself. > > What do you think? > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |