Difference between revisions of "Installation of jPCT-AE"

From JPCT
Jump to: navigation, search
(Installation of jPCT-AE)
(Installation of jPCT-AE)
Line 4: Line 4:
 
Don't create a user library that contains the jar or include a project that contains the jar, because neither way will deploy the jar on the phone (at least that's my experience).
 
Don't create a user library that contains the jar or include a project that contains the jar, because neither way will deploy the jar on the phone (at least that's my experience).
  
For newer versions of the Eclipse-Plugin, have a look at this: [http://tools.android.com/recent/dealingwithdependenciesinandroidprojects]
+
For newer versions of the Eclipse-Plugin, have a look at this: [http://tools.android.com/recent/dealingwithdependenciesinandroidprojects Dealing with dependencies in Android projects]

Revision as of 11:18, 28 June 2012

Installation of jPCT-AE

Installation is simple. All you need is an Eclipse with Android plugin installed (as well as the Android SDK itself, of course). Create your project as an Android project in Eclipse, add the jpct-ae.jar to the build path and you are ready to go. Don't create a user library that contains the jar or include a project that contains the jar, because neither way will deploy the jar on the phone (at least that's my experience).

For newer versions of the Eclipse-Plugin, have a look at this: Dealing with dependencies in Android projects