将库添加到依赖项时出现问题。我想将此库添加到我的依赖项中以将SQL数据库更改为excel文件。请帮助我。
A1 A2 Mean Stddev
0 0.1 2.0 0 0
1 0.5 4.5 0 0
2 3.0 1.2 0 0
3 9.0 9.0 0 0
错误按摩:
compile 'com.ajts.androidmads.SQLite2Excel:library:1.0.2')..
答案 0 :(得分:0)
做它告诉你的事情:
tools:replace="android:label"
你的清单中的
答案 1 :(得分:0)
在清单中添加 xmlns:tools="http://schemas.android.com/tools"
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.asguha.barcode_scanner"
xmlns:tools="http://schemas.android.com/tools">
和应用程序中的 tools:replace="android:label"
<application
tools:replace="android:label" ..