11.23工作日志

来源:互联网 发布:淘宝网店店铺名称大全 编辑:程序博客网 时间:2024/04/30 09:22
今天导入第三方sdk遇到了很多问题有关打包的
<manifest xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:tools="http://schemas.android.com/tools"    package="com.SkyEyesLive.SkyEyesLife"

>

打包失败缺少toolsSDK引入了相同的包,有冲突的话注释引用文件删除包后(会将两个同样的包都删除掉)再添加

<application    android:name=".App"    android:allowBackup="true"    android:icon="@mipmap/life_icon"    android:label="@string/app_name"    android:theme="@style/AppTheme"    android:hardwareAccelerated="true"    android:largeHeap="true"    tools:replace="android:name, android:theme,android:label"    >


0 0
原创粉丝点击