1、新建一个工程包

Android  studio 添加引用新建类库

Android  studio 添加引用新建类库

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>

 

相关文章:

  • 2022-12-23
  • 2021-12-07
  • 2021-05-11
  • 2021-11-25
  • 2022-12-23
  • 2022-01-30
  • 2021-11-17
  • 2021-08-10
猜你喜欢
  • 2021-07-20
  • 2021-06-08
  • 2021-06-21
  • 2022-12-23
  • 2021-07-24
相关资源
相似解决方案