-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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.2新建Module命名规则不能有 ‘.’ 等特殊符号 #610
Comments
请问你解决了吗?我也遇到这样了,我android studio 3.4的,如果解决了,麻烦告知下,谢谢了 |
解决了,就是不用这个玩意 |
同求,一样无法创建。。。。 |
我的Android studio 3.5同样无法创建 |
哪位兄弟解决了???求告知 |
哈哈,笑出声 |
这玩意都已经没人维护了 |
哪位兄弟解决了???求告知 |
真的没办法解决吗? |
换一个吧,atlas |
@zhumj @wangben5 @Bob-liuboyu @itxiaox @fjw0312 @Ou520 @ZhangKuixun @kingcxsc 该问题已可以暂时解决问题可能原因:
解决思路
解决方案:
1.使用New Module并选择你需要的Module类型(类型如何选择请自行看Small文档,已经有详细说明)
2.Configure the new module中
3.鼠标🖱右键刚刚新建的Module(例如我举例子的Module name为:appmain的Module)
4.点击Make Project(绿色锤子)右边的Edit Configurations
现在恭喜你🎉🎊已经成功将Module name修改成为Small能自动识别的了5.在Terminal中
看看是否出现我们的Module:
⚡BUILD SUCCESSFUL in 1s 如以上成功识别到我们重命名的app.main**⚠不确定以后Android Studio对于Rename Module是否也同样使用规范检测逻辑,所以该方法不可靠,使用前请考虑清楚!⚠ **(另外Small库已经没有维护较长时间了,新的Issuse也无原开发者回应,现在接入Kotlin还会出现 #608 集成失败的问题,需要更换较低版本的GradleTool和Gradle;如果作者仍未维护而你没有能力修改/维护该库建议更换其他仍有维护的项目,不推荐直接将该库使用到 生产环境) 编辑时间:2020/08/01 02:53 |
错误报告
你做了什么?
你期望的结果是什么?
实际结果是什么?
Small环境
Compile-time
Bundles
Runtime
The text was updated successfully, but these errors were encountered: