android studio新建class文件突然报错,找到如下答案: 大概的意思是在android studio的安装目录下面,修改idea.vmoptions 和idea64.vmoptions增加如下文字:-Djdk.util.zip.ensureTrailingSLash=false,记得重启android studio.


down vote

In your, IntelliJ IDE go to Help => Edit Custom VM Options and Add to your idea.vmoptions or idea64.vmoptions the following line:

-Djdk.util.zip.ensureTrailingSlash=false

You can read more about it here and here.


6 down vote

In your, IntelliJ IDE go to Help => Edit Custom VM Options and Add to your idea.vmoptions or idea64.vmoptions the following line:

-Djdk.util.zip.ensureTrailingSlash=false

You can read more about it here and here.

更多相关文章

  1. 深入了解android平台的jni---编译ffmpeg源码
  2. Android(安卓)Studio中,新建项目出现依赖问题
  3. Android用户界面优化-Android(安卓)SlidingMenu菜单栏程序设计开
  4. JNI开发(一)之framework层增加自定义JNI层
  5. Android+Apache+Servlet+MySQL简易粗糙Mini登录器实现
  6. Android中Dialog自带蒙层适配状态栏
  7. 将ffmpeg移植到Android
  8. ionic 打包android@6出现xml/network_security_config not found
  9. 使用 git 命令行工具创建一个 Android(安卓)工程

随机推荐

  1. SAX解析XML文件
  2. 从数据库中获取浏览器书签信息(Android Br
  3. Android Android使用JSON与服务器交互
  4. Android Settings中快速搜索流程
  5. Android keyevent 中的各个值
  6. android 学习五 设置应用程序全屏(没有状
  7. android实现文本信息复制,剪切板(Clipboard
  8. 修改 android版本 签名问题
  9. 解决This project contains Java compila
  10. Android getDecorView用途——屏幕截图