Error:Can't load library: C:\Users\Administrator.gradle\native\23\windows-i386\native-platform.dll

来源:互联网 发布:linux copy 覆盖 编辑:程序博客网 时间:2024/06/03 03:54

Error:Can’t load library: C:\Users\Administrator.gradle\native\23\windows-i386\native-platform.dll

解决方法:

stackoverflow 上找到以下方法可行

Remove the “native” folder from gradle path:
.gradle\native\19\windows-amd64\native-platform.dll
When run again, it will regenerate the “native” folder, and the associative .dll.

移除 C: 用户文件夹 .gradle下的native文件夹
如:C:\Users\Administrator.gradle\native
重启AS, IDE会自动生成”native”文件夹
亲测,可行。

阅读全文
0 0
原创粉丝点击