What exactly plugin needs to fix in this case? Scala for IntelliJ? On Sat, Nov 29, 2014 at 9:48 AM, Isamu Mogi <[email protected]> wrote: > Unfortunately IDE's jumps are implemented by IDE's plugin. So it's difficult > to fix. > > On Wednesday, November 12, 2014 7:17:39 PM UTC+9, Igor Tseglevskiy wrote: >> >> Yes, it works with plugin 0.12.2! Thank you. >> >> If I press Cmd-B (navigate to declaration) on the parameter of >> setContentView(R.layout.activity_another) in Java file, IDE jumps to the >> corresponding xml file. If I do it in Scala file, IDE jumps to R.java. Is it >> possible to fix? >> >> On Tuesday, November 11, 2014 2:15:35 AM UTC+3, Isamu Mogi wrote: >>> >>> I think, the reason is that IntelliJ 13.1.5 doesn't support android >>> plugin 0.14.2 yet. >>> By downgrading the version to 0.12.2, IntelliJ got to start Activity. >>> gradle-android-scala-plugin 1.3.1 supports android plugin 0.14.2 and >>> 0.12.2. >>> >>> On Sunday, November 9, 2014 11:05:15 PM UTC+9, Igor Tseglevskiy wrote: >>>> >>>> IntelliJ doesn't see the start Activity if it is on Scala. So I can not >>>> run the app from IDE, only can install. >>>> Is there any ideas? >>>> >>>> >>>> On Saturday, November 8, 2014 7:19:55 PM UTC+3, Vyacheslav Blinov wrote: >>>>> >>>>> There is a gradle pluginsfor android app with scala that everybody >>>>> appears to be using: >>>>> >>>>> https://github.com/saturday06/gradle-android-scala-plugin >>>>> >>>>> >>>>> суббота, 8 ноября 2014 г., 0:39:22 UTC+3 пользователь Kamil Lelonek >>>>> написал: >>>>>> >>>>>> I see a lot of topics here, event a new people that asking for help to >>>>>> setup Android project with Scala. >>>>>> >>>>>> However almost all responses show the solution with SBT for managing >>>>>> project build. >>>>>> >>>>>> Hence comes my question - has anyone built Android project written in >>>>>> Scala using Gradle tool? I'm asking about that, because I cannot manage >>>>>> to >>>>>> create a simple skeleton, which can fetch and compile external >>>>>> dependencies >>>>>> using Gradle. >>>>>> It builds without any maven libraries, but when I add anything extra >>>>>> to it dependencies, it crashes because java out of memory error. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "scala-on-android" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/scala-on-android/r7xfxN-WF2M/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
