Created
August 3, 2014 18:24
-
-
Save phatak-dev/71c55557443092fdbd22 to your computer and use it in GitHub Desktop.
Not able to Resolve R
This file contains 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
> sbt compile | |
Detected sbt version 0.13.5 | |
[info] Loading project definition from /tmp/macroid-starter/project | |
[info] Set current project to macroid-starter (in build file:/tmp/macroid-starter/) | |
[info] Generating R.java | |
[info] Compiling 1 Scala source and 1 Java source to /tmp/macroid-starter/target/android-bin/classes... | |
[error] /tmp/macroid-starter/src/main/scala/com/example/macroid/starter/MainActivity.scala:13: object R is not a member of package com.example.macroid.starter | |
[error] import com.example.macroid.starter.R | |
[error] ^ | |
[error] one error found | |
[error] (compile:compile) Compilation failed | |
[error] Total time: 12 s, completed 3 Aug, 2014 11:53:10 PM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment