Android studio无法创建类和接口问题解决办法。提示 Unable to parse template “Class”

版本 androidstudio3.0.1

解决办法:

打开studio所在的文件夹(在这之前请关闭studio),
在bin文件夹下找到这个文件studio.exe.vmoptions
使用记事本打开这个文件
添加下面这句话:
-Djdk.util.zip.ensureTrailingSlash=false
保存, 重启studio,打开file and templates,发现所有的templates 都存在了 。
使用android studio遇到的问题总结记录
使用android studio遇到的问题总结记录
原文链接: http://blog.csdn.net/m0_37814654/article/details/77740376

相关文章:

  • 2021-09-30
  • 2022-03-03
  • 2021-09-01
  • 2021-12-16
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2021-04-20
相关资源
相似解决方案