简体   繁体   中英

Wrong Android version can I launch it?

I have a problem, but I dont know how to solve it. I create a project for android 6.0 can I launch my prj on android 4.2.1? I am sorry for that kind of stupid question. 在此处输入图片说明

You need to set the minSdk to 17 or below. See the answer below on how to do this.

How do I set the minimum api level for projects in Android Studio?

转到“android manifest”并将“Min sdk”版本更改为17

Change minSdkVersin in gradle.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM