【发布时间】:2016-09-23 07:07:14
【问题描述】:
在我的 android 项目中,我有两个不同的包,每个包都包含一些活动。
现在,我想在 manifestfile.xml 中声明所有活动,但问题是它只允许在 manifestfile.xml 中声明一个包,如下代码所示:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.xxx.xxx">
如何在 manifestfile.xml 中声明多个包
【问题讨论】:
-
我怀疑我们是否能做到。
标签: android xml android-manifest