위에는 저렇게 앱에 x 표시가 떠있고 아래 오류에는 빨갛게 글씨가 가득하다

Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [com.google.android.gms:play-services-ads:19.3.0]
Suggestion: use a compatible library with a minSdk of at most 15,
		or increase this project's minSdk version to at least 16,
		or use tools:overrideLibrary="com.google.android.gms.ads.impl" to force usage (may lead to runtime failures)

그러면 정말 하라는대로 저 Build Gradle 안에 있는 minSdkVersion을 16으로 설정해주고 Sync Now 를 해주면 깔끔하게 해결이 된다.

잘 실행되고 에뮬레이터도 돌아간다.

+ Recent posts