> The only way I can run a fresh copy of my app is to uninstall it from the emulator, and re-run "sbt clean" then "sbt android:run"
This doesn’t look correct... On Wednesday, November 19, 2014 1:07:01 AM UTC, pfn wrote: > > What's the error? > > On Tue, Nov 18, 2014, 5:03 PM Nick Stanchenko <[email protected] > <javascript:>> wrote: > >> Hi, >> >> Nice to hear that you like Macroid :) >> I believe your issue is not really related to it, but rather to >> android-sdk-plugin. I haven’t used Genymotion or the latest >> android-sdk-plugin (1.3.10), so either might be the problem. >> I’ll cross-post this to the scala-on-android group to see if Perry or >> someone else knows the solution. You can also try filing an issue at >> https://github.com/pfn/android-sdk-plugin/issues. >> >> Nick >> >> On Wednesday, November 19, 2014 12:51:50 AM UTC, Benny Thompson wrote: >>> >>> Hello, I'm working on my first macroid project and love it so far (thank >>> you!!!). I have one concern so far, and I have a feeling that I'm just >>> doing something wrong. Here's my setup: >>> >>> IntelliJ IDEA 13.1 + Scala Plugin 0.41.2 >>> SBT 0.13.5 >>> android-sdk-plugin 1.3.10 >>> Genymotion 2.3.1 (using S5 - API19) >>> >>> The only way I can run a fresh copy of my app is to uninstall it from >>> the emulator, and re-run "sbt clean" then "sbt android:run" which is >>> obviously time-consuming. I would expect to be able to use the power of >>> proguard caching etc, and just have the deployed binary updated. >>> >>> Is there a better way? >>> >> -- >> 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] <javascript:>. >> 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.
