Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

aidl.exe Error while creating directories: Invalid argument

I updated my sdk yesterday and I encountered a problem. Google Play Library seems to be broken. I couldn't understand the error and I couldn't find how to solve this problem. Any idea how to solve this problem without waiting Google?

aidl.exe E  3628  7164 io_delegate.cpp:102] Error while creating directories: Invalid argument

Screenshot of bug

Edit: As I see, this is a bug on 24.0.0 but still I can't understand how to solve this?

Edit2: My codes worked before the update.

https://code.google.com/p/android/issues/detail?id=202972

like image 902
Aykut Uludağ Avatar asked Apr 08 '16 11:04

Aykut Uludağ


2 Answers

Today ,Use Eclipse import Project

Error while creating directories: Invalid argument

Search Google

solve this problem:

  1. remove android/sdk/build-tools/24.0.0-preview
  2. Restart the Eclispe
  3. The project is build sucess;
like image 150
Jerry Liu Avatar answered Sep 28 '22 08:09

Jerry Liu


I solve a problem using very easy way. Go ...\sdk\build-tools and remove 24.0.0. This solves the problem.

Solution

like image 43
Aykut Uludağ Avatar answered Sep 28 '22 07:09

Aykut Uludağ