fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

Problem with import PlayN in Eclipse on Ubuntu 12.04 #166

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to import PlayN Samples in Eclipse

What is the expected output? What do you see instead?
Correct import is expected here. Instead I got 
"Description    Resource    Path    Location    Type
Plugin execution not covered by lifecycle configuration: 
com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.1.1:proguard
 (execution: default-proguard, phase: 
process-classes)    pom.xml /playn-cute-android line 47 Maven Project Build 
Lifecycle Mapping Problem
" error...

What version of the product are you using? On what operating system?
Git version of PlayN, Eclipse 3.7.2, oracle java 7 sdk.

Original issue reported on code.google.com by kkszy...@gmail.com on 29 Apr 2012 at 12:43

GoogleCodeExporter commented 9 years ago
I had this problem on ubuntu too.

http://code.google.com/p/playn/issues/detail?id=162

My fix was to make sure ADT plugin is installed, and that you set m2e to use a 
Lifecycle binding for android (covered in linked thread).

Original comment by Ja...@wetheinter.net on 22 Sep 2012 at 2:10