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
Post a Comment