简体   繁体   English

RuntimeException:java.io.FileNotFoundException:(访问被拒绝)Android SDK

[英]RuntimeException: java.io.FileNotFoundException: (Access is denied) Android SDK

I am getting this error while running any android applications, both on Android Studio, and Eclipse. 在Android Studio和Eclipse上运行任何android应用程序时遇到此错误。

RuntimeException: java.io.FileNotFoundException: C:\Users\UserName\.AndroidStudio2.2\system\android-palette\v1\layout_palette.xml (Access is denied) 

The error in Eclipse Eclipse中的错误

I searched for solutions all over SO, But didn't get one matching to my error. 我在SO各处搜索解决方案,但没有找到与我的错误相匹配的解决方案。 I am getting rendering issues with this error. 我正在与此错误呈现问题。

Try to make the file layout_palette.xml writable and it should work. 尝试使layout_palette.xml文件可写,并且该文件应该可以工作。

To make the file writable, right click the file and choose properties. 要使文件可写,请右键单击该文件,然后选择属性。 Click the security tab. 单击安全性选项卡。 Click the edit button, check the write box and then apply. 单击编辑按钮,选中写入框,然后应用。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 java.io.FileNotFoundException在Android中访问被拒绝 - java.io.FileNotFoundException Access is denied in Android 无法更新 Android Studio - 拒绝访问和 java.io.FileNotFoundException - Can't update Android Studio - Access Denied and java.io.FileNotFoundException 生成失败-Android棉花糖SMS_SEND错误:等级:java.io.FileNotFoundException:(访问被拒绝) - Build fails - Android Marshmallow SMS_SEND Error:Gradle: java.io.FileNotFoundException: (Access is denied) 创建证书时我得到了 java.io.filenotfoundexception:myapplication.keystore<access is denied> 在 android</access> - when creating certificate i got java.io.filenotfoundexception:myapplication.keystore <access is denied> in android 错误:Android打包程序:[…] java.io.FileNotFoundException:…(权限被拒绝) - Error:Android Packager: […] java.io.FileNotFoundException:… (Permission denied) java.io.FileNotFoundException:(权限被拒绝)在Oreo Android中 - java.io.FileNotFoundException: (Permission denied) in oreo android Android内部缓存目录中的“java.io.FileNotFoundException:权限被拒绝” - “java.io.FileNotFoundException: Permission denied” in Android Internal Cache Dir Android - java.io.FileNotFoundException - Android - java.io.FileNotFoundException android中的java.io.FileNotFoundException - java.io.FileNotFoundException in android java.io.fileNotFoundException(权限被拒绝) - java.io.fileNotFoundException(Permission denied)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM