Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New maven and maven-android version support #127

Open
adamschoenemann opened this issue Jul 29, 2014 · 1 comment
Open

New maven and maven-android version support #127

adamschoenemann opened this issue Jul 29, 2014 · 1 comment

Comments

@adamschoenemann
Copy link

Trying to build the projects with maven v. 3.22 results in an error. The maven-android plugin must be updated to 3.8.0 and a sdk platform must be specified as such:

<plugin>
    <groupId>com.jayway.maven.plugins.android.generation2</groupId>
    <artifactId>android-maven-plugin</artifactId>
    <version>3.8.0</version>
    <extensions>true</extensions>
    <configuration>
        <sdk><platform>20</platform></sdk>
    </configuration>
</plugin>

At least that worked for me :)

@akoster
Copy link

akoster commented Dec 11, 2014

Wish I'd looked here sooner. I encountered the same problem and found the same solution myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants