无法测试我的本机应用程序-会引发错误

时间:2019-02-01 10:56:24

标签: android react-native gradle

在将Expo项目弹出到Expokit并安装this library之后-我执行了此命令

  

react-native run-android

它引发了这些问题

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':expo-firebase-analytics:processDebugAndroidTestManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [:expo-core] /Users/mohsen/Desktop/ROAM App/roam/roam/node_modules/expo-core/android/build/intermediates/manifests/full/debug/AndroidManifest.xml as the library might be using APIs not available in 19
        Suggestion: use a compatible library with a minSdk of at most 19,
                or increase this project's minSdk version to at least 21,
                or use tools:overrideLibrary="expo.core" to force usage (may lead to runtime failures)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
..
..
tons of issues are exactly same of the above but for different libraries

0 个答案:

没有答案