MVPArmsTemplate
MVPArmsTemplate copied to clipboard
AndroidStudio 4.1 Beta2版本已无templates文件夹,不可使用该模板了
RT 不知道新版的AS是怎么使用模板创建文件了
官方模板怎么做,就跟着他怎么做
@JessYanCoding 大佬有时间能更新下模版不,看了arms的issues都不敢升级android studio了
@xiasiqiu 找到模板文件目录了么,今天手贱升级了4.1,也没templates文件夹了
很难受我又退回4.0.1了
遇到了同样的问题
好像不行了,stackoverflow的回答 https://stackoverflow.com/questions/61623926/how-do-i-create-custom-project-templates-to-android-studio-3-6-or-above
模板文件 \Android Studio\plugins\android\lib\wizard-template.jar
不知道该如何添加自定义模板了
@eat-more @ikarosi @LuXGang @tang5011235 @FollowMountain @xichunjie please help adding a star to this google bug。请帮忙为这个bug加颗星星 [Feature Request] Open up Templating API
求解决办法啊
一朝回到解放前
as4.0.1的新建moudle咋不好用
wizard-template.jar 安装改好的模块, File > plugins > setting > Install plugins from Disk... > (改好的模块)wizard-template.jar> restart as.
请问各位大佬,这个问题有最终解决方案吗? 我都不敢升级AS了。 @xiasiqiu @JessYanCoding @xichunjie @KeqingLI @tang5011235 @LuXGang @eat-more @ikarosi @FollowMountain @liuhongtian521 @aikongmeng
@eat-more @ikarosi @LuXGang @tang5011235 @FollowMountain @xichunjie please help adding a star to this google bug。请帮忙为这个bug加颗星星 [Feature Request] Open up Templating API 赞!!!
模板文件 \Android Studio\plugins\android\lib\wizard-template.jar 不知道该如何添加自定义模板了
wizard-template.jar 安装改好的模块, File > plugins > setting > Install plugins from Disk... > (改好的模块)wizard-template.jar> restart as.
这个老哥的方法看起来不错。如果能参考你的样例就更好了。
https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-master-dev:wizard/
谷歌方已经回复了这个问题。从4.1版本开始提供新的方式,Geminio,用Kotlin的形式编写新的template。 The Google's annonced that the new way for using the Templates functions is Geminio. you can find the link below. https://github.com/hhru/android-multimodule-plugin/blob/master/plugins/hh-geminio/README_EN.md
谷歌方已经回复了这个问题。从4.1版本开始提供新的方式,Geminio,用Kotlin的形式编写新的template。 The Google's annonced that the new way for using the Templates functions is Geminio. you can find the link below. https://github.com/hhru/android-multimodule-plugin/blob/master/plugins/hh-geminio/README_EN.md
没有具体的操作流程文档之类的吗?
https://www.bigademo.com/2021/01/20/AndroidStudio%204.1%E8%87%AA%E5%AE%9A%E4%B9%89%E6%A8%A1/index.html 我解决了!!!整理成了笔记,各位大佬请指点。
谷歌方已经回复了这个问题。从4.1版本开始提供新的方式,Geminio,用Kotlin的形式编写新的template。 The Google's annonced that the new way for using the Templates functions is Geminio. you can find the link below. https://github.com/hhru/android-multimodule-plugin/blob/master/plugins/hh-geminio/README_EN.md
没有具体的操作流程文档之类的吗?
到目前为止,没有什么新的消息。可能还在研究当中吧。我干脆用C#编写了一个小程序,能代替这个模板。 https://github.com/Neo-Turak/ATM 暂时 使用这个吧。
https://www.bigademo.com/2021/01/20/AndroidStudio%204.1%E8%87%AA%E5%AE%9A%E4%B9%89%E6%A8%A1/index.html 我解决了!!!整理成了笔记,各位大佬请指点。
用上了,有template的相关文档吗
针对这个问题,我单独写了一个插件并附上代码,需要的朋友请自取 https://github.com/nifengxiao/MVPArmsTemplatePlugin
@nifengxiao 太棒了!我有空就试试。
@TYUpya 不客气的,希望能给你带来便利。
https://www.bigademo.com/2021/01/20/AndroidStudio%204.1%E8%87%AA%E5%AE%9A%E4%B9%89%E6%A8%A1/index.html 我解决了!!!整理成了笔记,各位大佬请指点。
generateManifest确实无法使用,不过我们可以通过使用mergeXml来对文件进行合并,有空可以更新一下文档。
https://www.bigademo.com/2021/01/20/AndroidStudio%204.1%E8%87%AA%E5%AE%9A%E4%B9%89%E6%A8%A1/index.html我解决了!!!整理成了笔记,各位大佬请指点。
generateManifest确实无法使用,不过我们可以通过使用mergeXml来对文件进行合并,有空可以更新一下文档。
好的,谢谢
generateManifest确实无法使用,不过我们可以通过使用mergeXml来对文件进行合并,有空可以更新一下文档。
好的,谢谢
不客气,同时也谢谢你为我提供思路
https://github.com/JessYanCoding/MVPArms/issues/387