@@ -22,22 +22,24 @@ graphics-by-opengl-android
22
22
23
23
contains JOGL and Android implementations.
24
24
25
- To use the project in Eclipse, import as Existing Maven project, tested with Eclipse Android Oxygen
25
+ To use the project in Eclipse oxygen , import as Existing Maven project, tested with Eclipse Android Oxygen
26
26
27
- ADT needs to be installed.
27
+ For graphics-by-opengl-android:
28
28
29
- pom file may display error similar to:
29
+ Download Android standalone SDK for windows:
30
+ https://developer.android.com/studio/index.html#downloads - scroll down to 'Get just the command line tools'
30
31
31
- Plugin execution not covered by lifecycle configuration: com.simpligility.maven.plugins:android-maven-plugin:4.4.1 : emma (execution: default-emma, phase: process-classes )
32
+ Install Andmore maven plugin from Eclipse Marketplace ( https://projects.eclipse.org/projects/tools.andmore )
32
33
33
- - To resolve this, choose quick fix 'Permanently mark goal emma in pom.xml as ignored in Eclipse build'
34
-
35
- You may experience problem with non-existing project.properties file
36
-
37
- - I solved by adding an empty project.properties file in the Android project root, chosing 'Properties-Android' and selecting a valid SDK.
34
+ When prompted for Android for Maven Eclipse (m2e) click to install but exclude:
35
+ Android DDMS
36
+ Android Development Tools
37
+ Android TraceView
38
+ (They should be included with Andmore)
38
39
39
40
Maven - update project,or clean build to get rid of any trailing errors.
40
41
42
+
41
43
Gradle - to publish as maven local, perform task for each module:
42
44
graphics-by-opengl-j2se>gradle publishToMavenLocal
43
45
graphics-by-opengl-android>gradle publishToMavenLocal
0 commit comments