use tools:overrideLibrary=“org.springframework.android.rest.test” to force usage

懵懂的女人 提交于 2019-12-23 01:19:10

问题


I got the following error message:

 Error:Execution failed for task ':Project1:processBetaDebugManifest'.
 Manifest merger failed : uses-sdk:minSdkVersion 1 cannot be smaller than version 17 declared in library /Users/motianim/Project/mobile-ws/src/build/intermediates/exploded-aar/src/Projecct/unspecified/AndroidManifest.xml
 Suggestion: use tools:overrideLibrary="org.springframework.android.rest.test" to force usage

I tried following things to solve the issue:

  • installed google apis 17.
  • re-installed the android studio and the re-imported the project.
  • reboot of complete system.

I'm still having the problem.

来源:https://stackoverflow.com/questions/31108027/use-toolsoverridelibrary-org-springframework-android-rest-test-to-force-usage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!