Monday, 9 September 2013

Maven compiling with wrong version of android

Maven compiling with wrong version of android

When I run the command mvn clean install on a library project I am using,
I get an error from maven saying that a command could not be run. When I
run the command it gives me a bunch of compiler errors related to the fact
that maven is compiling with android-9 instead of android-17 that is
specified in both the pom.xml and the AndroidManifest.xml
I could really use some direction. Thanks

No comments:

Post a Comment