takimafr / androidkickstartr

AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!

Home Page:http://androidkickstartr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvn clean install error after downloading the kickstart application

radut opened this issue · comments

Hi
It seems that this error is thrown when I try to build application.

java.lang.ClassNotFoundException: org.sonatype.aether.RepositorySystem

This is fixed by upgrading the version of android-maven-plugin.version from 3.5.1 to 3.8.0.
Could you please update this