Android studio 添加引用新建类库

1、新建一个工程包

2、修改AndroidManifest.xml

将AndroidManifest.xml 修改为

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="项目包名">

<application android:allowBackup="true" android:label="@string/app_name"
android:supportsRtl="true">

</application>

</manifest>

 

posted @ 2017-07-06 10:12  ぃ流年☆  阅读(1146)  评论(1编辑  收藏  举报