简体   繁体   English

Samsung Health Android SDK目标SDK版本

[英]Samsung Health Android SDK target SDK version

I'm developing an app which uses targetSdkVersion 27. We would like to integrate the Samsung Health Android SDK which has a targetSdkVersion support of 25. 我正在开发一个使用targetSdkVersion 27的应用程序。我们想集成对targetSdkVersion支持25的Samsung Health Android SDK。

Can this be done without problems? 可以做到这一点没有问题吗?

Also the Play Store has a limit of min targetSDkVersion of 26 since this month. 自本月以来,Play商店的最低目标SDkVersion限制为26。 What does this mean regarding this? 这意味着什么? Will we able to upload the app into the Play Store? 我们可以将应用上传到Play商店吗?

Thanks 谢谢

When building your project, Android Studio would merge the manifests of your libraries and your app. 在构建项目时,Android Studio会合并您的库和应用程序的清单。 In the case of your libraries having a lower targetSDKVersion than your app, the app's version has higher priority and will override the library's. 如果您的库的targetSDKVersion低于您的应用程序,则该应用程序的版本具有更高的优先级,并将覆盖该库的版本。

https://developer.android.com/studio/build/manifest-merge https://developer.android.com/studio/build/manifest-merge

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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