gpt4 book ai didi

Android 应用程序在 Marshmallow 及以上 API 版本上运行,但不在其以下运行

转载 作者:行者123 更新时间:2023-11-30 00:20:36 25 4
gpt4 key购买 nike

我正在制作一款 Android 应用。该应用程序在 android M 及以上版本中运行良好,但我的 API 在 android M 以下版本中无法正常运行

这是我的 android list 文件。这有什么问题?

 <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tool="http://schemas.android.com/apk/res-auto"
package="com.milestonestudioz.adaalo"
android:versionCode="1"
android:versionName="1.0">

<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="25"/>

<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

最佳答案

您需要在 Android 文件夹的 Gradle 文件中提供最低 SDK 版本。当您提供 min Sdk 时,我认为它应该可以工作。如果需要更多说明,请询问...

关于Android 应用程序在 Marshmallow 及以上 API 版本上运行,但不在其以下运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46372210/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com