0
点赞
收藏
分享

微信扫一扫

【错误记录】Android Studio 创建报错 ( The length of the module location exceeds the limit of 100 characters. )

文章目录

  • 一、报错信息
  • 二、解决方案

一、报错信息

创建 Module 时 , 出现如下错误 ;

The length of the module location exceeds the limit of 100 characters.

【错误记录】Android Studio 创建报错 ( The length of the module location exceeds the limit of 100 characters. )_报错信息

二、解决方案

当前的 VirtualApp 的工程路径为

D:\002_Project\002_Android_Learn\VirtualApp\001_VirtualApp_Original\virtualapp-master\VirtualApp

上述路径有 95 个字符 , 超过 100 个字符就无法创建新的 Module 工程 ;

【错误记录】Android Studio 创建报错 ( The length of the module location exceeds the limit of 100 characters. )_android_02

目录太深了 , 将源码的目录提出来 ;

举报

相关推荐

0 条评论