Skip to content

Instantly share code, notes, and snippets.

@daipresents
Last active June 8, 2016 01:12
Show Gist options
  • Save daipresents/80e0e2ef089608ddb1c3ba02251292a2 to your computer and use it in GitHub Desktop.
Save daipresents/80e0e2ef089608ddb1c3ba02251292a2 to your computer and use it in GitHub Desktop.
AndroidTrainingを読み込めなかったときのこと
BUILD FAILED
FAILURE: Build failed with an exception.
Total time: 3.447 secs
* Where:
Build file 'C:\Users\daipresents\git\AndroidTraining\AndroidStudio\practice\fundamentals\1st\FrameLayoutPractice\Practice1\app\build.gradle' line: 1
* What went wrong:
A problem occurred evaluating root project 'app'.
> Plugin with id 'com.android.application' not found.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Process finished with exit code 1
include ':1-1-FrameLayoutPractice-Practice1'
project(':1-1-FrameLayoutPractice-Practice1').projectDir = new File('practice/fundamentals/1st/FrameLayoutPractice/Practice1/app')
include ':1-1-FrameLayoutPractice-Practice2'
project(':1-1-FrameLayoutPractice-Practice2').projectDir = new File('practice/fundamentals/1st/FrameLayoutPractice/Practice2/app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment