This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

Compiling JVx AddOns for Android

Documents for the development of and with JVx.

Compiling JVx AddOns for Android

Postby Development@SIB » Fri Sep 17, 2010 11:59 am

The source code for the JVx AddOns for Android is available on the Download page. In addition to the source code, the archive contains the XML manifest file and the licensing information.

This description assumes that Eclipse is used as an IDE, but integration should be possible just as easily in other development environments. In addition, JDK 5.0 or JDK 6.0 and the Android SDK, including Eclipse plug-in, are required. Older Java versions are not supported.

The following steps are required to compile the JVx AddOns for Android:

  1. Create a new Android project (Package: com.sibvisions.android, no activity required)
  2. Unpack the AddOns (src, AndroidManifest.xml) to the project directory
  3. Define JVx Source Project as dependency (Java Build Path / Projects)

The JVx AddOns for Android are now ready for use.
User avatar
Development@SIB
 
Posts: 325
Joined: Mon Sep 28, 2009 1:54 pm

Return to Documentation