Last active
June 8, 2016 01:12
-
-
Save daipresents/80e0e2ef089608ddb1c3ba02251292a2 to your computer and use it in GitHub Desktop.
AndroidTrainingを読み込めなかったときのこと
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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