1

Did anyone use NetBeans for Scala development for Android? NetBeans has support for Scala (nbScala) and Android (nbAndroid). Did someone manage to use them in combination?

1 Answer 1

1

As far as I know, NetBeans don`t have support for Scala development for Android. The least painful ways to develop are:

  • SBT project with android-plugin; can be converted to Eclipse or Idea projects
  • treeshaker plugin for Eclipse (don't support Scala 2.9)
Sign up to request clarification or add additional context in comments.

2 Comments

I've been able to create a Android project that also supports Scala files. Editing works, compile wirks, intalling on Android emulator works... The only thing that does not work is code completion. I followed lamp.epfl.ch/~michelou/android/scala-to-android.html
I chose the treeshaker plugin. It is the easiest way to create scala-android project. Try it, the code completion works for me.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.