• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Developing android apps in EClipseIDE using Maven framework

dipti

Lurker
0 down vote favorite

I have been stuck with this problem for 3 days.I want to develop an android app in Maven framework using Eclipse.I have no idea about Maven framework.I am using apache maven.I followed the instructions in installing,its showing the version etc,but when i try to set path to repo,I am getting this
C:\Users\377759>cd mvn -Declipse.workspace= eclips e:add-maven-repo Access is denied.
And if give the path without angular brackets,this is what I get..
C:\Users\377759>mvn -Declipse.workspace=C:\Users\377759\Desktop\Repo eclipse:add -maven-repo [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'eclipse'. [INFO] org.apache.maven.plugins: checking for updates from central [WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retri eved from repository: central due to an error: Error transferring file: repo1.ma ven.org [INFO] Repository 'central' will be blacklisted [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-eclipse-plugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14 seconds [INFO] Finished at: Fri Jul 01 05:38:44 GMT 2011 [INFO] Final Memory: 1M/3M [INFO] ------------------------------------------------------------------------ C:\Users\377759>
Why is this??What do I do??Actually I need to know the basics,like how to package my files in maven,the functions of different files etc.Can anyone plzzz help?? Thanks a looot in advance!!
 
Back
Top Bottom