Difference between revisions of "Installation of jPCT-AE"

From JPCT
Jump to: navigation, search
(Installation of jPCT-AE)
Line 8: Line 8:
 
For newer versions of the Eclipse-Plugin, have a look at this: [http://tools.android.com/recent/dealingwithdependenciesinandroidprojects Dealing with dependencies in Android projects]
 
For newer versions of the Eclipse-Plugin, have a look at this: [http://tools.android.com/recent/dealingwithdependenciesinandroidprojects Dealing with dependencies in Android projects]
  
====AndroidStudio====
+
====Android Studio====
  
 
Installation is similar to Ecplise, maybe even simpler. Create your porject and your module, drop the jpct_ae.jar into the module's libs directory, press F4, click on the "Dependencies" tab, add a new file dependency to the jar in the libs directory and you are ready to go.
 
Installation is similar to Ecplise, maybe even simpler. Create your porject and your module, drop the jpct_ae.jar into the module's libs directory, press F4, click on the "Dependencies" tab, add a new file dependency to the jar in the libs directory and you are ready to go.
  
 
[[Category:jPCT-AE]]
 
[[Category:jPCT-AE]]

Revision as of 20:14, 10 January 2015

Installation of jPCT-AE

Eclipse

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

Android Studio

Installation is similar to Ecplise, maybe even simpler. Create your porject and your module, drop the jpct_ae.jar into the module's libs directory, press F4, click on the "Dependencies" tab, add a new file dependency to the jar in the libs directory and you are ready to go.