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
I experience different issues with scaloid sbt impoting to Idea. The seed repo of May 2015 was much better as for me.
It seems that README.markdown is not correct now because this
$ android update project -p . # in the root of the project
Is not possible to run in the root of the project because "android" command requires Manifest.xml which is located in root/src/main/. This current (updated) seed looks more like it has activator structure. I can be wrong with this.
I think Scala/SBT framework requires one source folders and Idea Android framework requires another source folders. I can be wrong because I am not sure is it right to enable Android framework in Idea sbt project.
The last is that after project is imported varios errors related to source forlders appear at once and at compile time
I was trying to import this project many times with different settings an configs but nothing helps. Only previos repository of May 2015 works well with it's README.markdown. Also it's structure is the same as Idea Android project structure when imported. With previos seed I don't have any problems whichs happen with current seed. I tried current seed in Ubuntu, Windows 7, Idea 14/15 and different bundles of Idea and Scala plugins inluding 1.5.4 Scala plugin.
Thanks for help
The text was updated successfully, but these errors were encountered:
Hi @pocorall
I experience different issues with scaloid sbt impoting to Idea. The seed repo of May 2015 was much better as for me.
Is not possible to run in the root of the project because "android" command requires Manifest.xml which is located in root/src/main/. This current (updated) seed looks more like it has activator structure. I can be wrong with this.
I think Scala/SBT framework requires one source folders and Idea Android framework requires another source folders. I can be wrong because I am not sure is it right to enable Android framework in Idea sbt project.
The last is that after project is imported varios errors related to source forlders appear at once and at compile time
I was trying to import this project many times with different settings an configs but nothing helps. Only previos repository of May 2015 works well with it's README.markdown. Also it's structure is the same as Idea Android project structure when imported. With previos seed I don't have any problems whichs happen with current seed. I tried current seed in Ubuntu, Windows 7, Idea 14/15 and different bundles of Idea and Scala plugins inluding 1.5.4 Scala plugin.
Thanks for help
The text was updated successfully, but these errors were encountered: