hello-scaloid-sbt
hello-scaloid-sbt copied to clipboard
Run andropid app issue
Hi guys! I have made everything correct to import project. In read me there is: "Edit the generated run configuration. Remove the 'Before launch: Make' then add a new SBT command android:package-debug then tab out or it will not save, then click OK then OK." I have modified run configs of Android app, SBT app, Scala sript - what to modify exactly because with Android app launch I have problem: Exception: Lint must be invoked with the System property com.android.tools.lint.bindir pointing to the ANDROID_SDK tools directory So I am only able to run and debug app in IDEA with ~run command. Is there any way to set up run of android app from inside IDEA?