-
Notifications
You must be signed in to change notification settings - Fork 497
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
一直提示没有配置application id #86
Comments
可能是环境变量里面没有配置git这个命令,你先在cmd里面执行一下git命令试下。 |
环境变量已经配置了,用的是studio 3.4.1版本。是不是gradle语法变了导致获取不到? |
不会。如果没有配置git命令,会出这个错误。你再确认下。仔细看下错误日志,应该会指向vcs.gradle的脚本 |
我看了,是因为我的manifest里面配置了${applicationId}导致了,你这个脚步检查这项也有点问题,如果不能这样,那我就不能动态打包配置一些东西。 |
不会的,框架本身就有${applicationId}这种配置。demo里面也有这种配置,不会是这个导致。 |
修改下host.gradle ,使用 .replaceAll('', '') 正则删除AndroidManifest中的注释 |
工程配置里面已经加了applicationId,编译还是提示这个错误。
The text was updated successfully, but these errors were encountered: