We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having this compilation issue in Idea.
Error:(6, 7) HelloScaloid is already defined as class HelloScaloid class HelloScaloid extends SActivity { ^
I'm using Android SDK 23. I've tried sbt clean, but it didn't help.
sbt clean
The text was updated successfully, but these errors were encountered:
Did you followed the steps listed below?
https://github.com/pocorall/hello-scaloid-sbt#using-intellij-idea
Which version of IDEA did you use?
Is sbt android:packageDebug works?
sbt android:packageDebug
Sorry, something went wrong.
Idea 15.0.3
Both sbt run and sbt android:packageDebug work fine.
sbt run
Note, that there was no auto generated "run configuration" created after project has been imported.
No branches or pull requests
Having this compilation issue in Idea.
I'm using Android SDK 23.
I've tried
sbt clean
, but it didn't help.The text was updated successfully, but these errors were encountered: