GoogleCloudPlatform / gradle-appengine-plugin

Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Apache License 2.0
236 stars 60 forks source link

Error:Execution failed for task ':api:clean'. > Unable to delete file: C:\Users\DABBY(3pleMinds)\AndroidStudioProjects\Bellette\api\build\exploded-app\WEB-INF\lib\appengine-api-1.0-sdk-1.9.18.jar #221

Open jerryOkafor opened 8 years ago

jerryOkafor commented 8 years ago

Please when i try to build my project, i get this error Error:Execution failed for task ':api:clean'.

Unable to delete file: C:\Users\DABBY(3pleMinds)\AndroidStudioProjects\Bellette\api\build\exploded-app\WEB-INF\lib\appengine-api-1.0-sdk-1.9.18.jar

ManishPatiyal commented 8 years ago

I resolved this issue by moving my project to D drive( drive in which OS is not installed) and then for the root folder of the project I unchecked its read only property by right clicking the folder and selecting the properties menu.

MrVasilev commented 8 years ago

Any progress with that issue?

RupamShaw commented 8 years ago

I resolved this error by changing dependencies { classpath 'com.google.appengine:gradle-appengine-plugin:1.9.18' } same as compile 'com.google.appengine:appengine-api-1.0-sdk:1.9.18'

note version should be same

loosebazooka commented 8 years ago

It appears like you might have the dev-appserver running when you're rebuilding. Windows has some strict file locking conditions.