Difficulty assembling maven plugin with Eclipse IDE for android -


i trying assemble maven plug-in eclipse ide. want make android application.

i have installed android-release archtype, , have made new maven project. when make new project, 3 files - projectname, projectname-it , projectname-parent formed.

but shows error :

groupid duplicate of parent groupid versionid duplicate of parent versionid 

in pom.xml of projectname , projectname-it file and

error :

     multiple markers @ line     - line breakpoint:helloandroidactivity [line: 21] -       oncreate(bundle)     - r cannot resolved variable 

in helloandroidactivity.java file of projectname.

what should ?


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -