Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - "aidl is missing"... no, it's not [duplicate]

Tags:

android

I followed this guide to try and fix this error...

"Error:Execution failed for task ':app:compileDebugAidl'. aidl is missing"

I put "IInAppBillingService.aidl" in "app/src/main/aidl/com.android.vending.billing" and when I rebuild the project, the error is still there. I've restarted Android Studio multiple times... it just won't fix, I've followed the guide to the letter, it's worked for everyone else...

Could anyone help please?

like image 689
Luke James Avatar asked May 31 '15 15:05

Luke James


Video Answer


1 Answers

For anybody getting this error, see the suggestion provided in the comments above by CommonsWare. Downgrade your SDK Build Tools to 22.0.1, it's 23.0.0_rc1 by default.

like image 99
Luke James Avatar answered Nov 09 '22 06:11

Luke James