I actually built an android project using maven: mvn clean install , and I got this error, but donβt understand why this is happening
Failed to fulfill target com.jayway.maven.plugins.android.generation2: android-maven-plugin: 3.6.0: generate-sources (default sources-generation) in helloflashlight project: Default execution-sources-generation Target com. jayway.maven.plugins.android.generation2: android-maven-plugin: 3.6.0: generated sources failed: invalid SDK: platform / API level 16 not available.
What should I do?
source share