Following error is showing in Maven console everytime I do Project -> Clean. Only the jar file is built in the target folder, apk>
If your are using android maven integration, you should add the "provided" scope in your android sdk dependency.
com.google.android android 2.3.3 provided