You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:preBuild UP-TO-DATE
:preDebugBuild UP-TO-DATE
:prepareDebugDependencies
:compileDebugAidl
Ignoring sample 'android-11': does not contain source.properties.
:compileDebugAidl FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileDebugAidl'.
> failed to find Build Tools revision 18.1.0
以下の様に怒られる場合の対処法
androidのコマンドを使ってBuild Tools revision 18.1.0とBuild Tools revision 18.1.1を追加すると動くようになる。(どっちかはいらないかも)
新しくインストールした場合やアップデートした場合にデフォルトでは入らないので
表示されてるバージョンを入れるようにする。
The text was updated successfully, but these errors were encountered: