I am using Android Studio 2.2.3. My app has always been compiling and working properly but suddenly today I received this error:
Error:Execution failed for task ':app:prepareComGoogleAndroidGmsPlayServicesAds980Library'.
> Failed to create parent directory 'C:\Users\[My path]\androidapp\build\app\build\intermediates\exploded-aar\com.google.android.gms\play-services-ads' when creating directory 'C:\Users\[My path]\androidapp\build\app\build\intermediates\exploded-aar\com.google.android.gms\play-services-ads\9.8.0'
I tried restarting Android Studio, using "File > Invalidate Caches / Restart...", and running Android Studio as an administrator, but the error persists. Any ideas about what may be the cause of this issue?