Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AS3.3.2运行问题及解决方法 #13

Open
1799941440 opened this issue Apr 23, 2019 · 1 comment
Open

AS3.3.2运行问题及解决方法 #13

1799941440 opened this issue Apr 23, 2019 · 1 comment

Comments

@1799941440
Copy link

打开时:
1、skin module带x
image
解决方法:
image
image

2、运行app module提示
Android resource linking failed
E:\MMProject\NewFastFrame\app\build\intermediates\merged_manifests\debug\AndroidManifest.xml:82: error: unexpected element found in .
image
解决方法:
找到chat/src/main下的Manifest.xml 105-109行有异常代码(我真没见过。可能我太菜了)
一是删除它,二是将其包裹在102行的activity里。
由于我不懂其用意,这样改虽然能运行,但不保证这样可能会出现其他状况,请作者指教。

@HelloChenJinJun
Copy link
Owner

打开时:
1、skin module带x
image
解决方法:
image
image

2、运行app module提示
Android resource linking failed
E:\MMProject\NewFastFrame\app\build\intermediates\merged_manifests\debug\AndroidManifest.xml:82: error: unexpected element found in .
image
解决方法:
找到chat/src/main下的Manifest.xml 105-109行有异常代码(我真没见过。可能我太菜了)
一是删除它,二是将其包裹在102行的activity里。
由于我不懂其用意,这样改虽然能运行,但不保证这样可能会出现其他状况,请作者指教。
那个skin是一个皮肤插件包来的,本身是不支持运行的,它是用来打包成apk给后台下发给客户端进行动态整合更新皮肤的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants