Created
May 6, 2014 14:05
-
-
Save SauloSilva/a47ae5bb62b42de75eb1 to your computer and use it in GitHub Desktop.
Commands maven
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# maven install | |
mvn install:install-file -Dfile=libs/android-support-v4.jar -DgroupId=com.google.android -DartifactId=support-v4 -Dversion=r8 -Dpackaging=jar | |
mvn install | |
# maven run | |
mvn android:deploy | |
mvn android:run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment