AndroidProguardScala icon indicating copy to clipboard operation
AndroidProguardScala copied to clipboard

After adding APS , Initial clean causes an error

Open accesio opened this issue 10 years ago • 1 comments

Using Eclipse, I was just trying to augment an existing purely Java Android app by adding a simple Scala class that would provide some functionality.

  1. I clicked on the project to "Add AndroidProguardScala Nature" .
  2. Immediately afterwards, I wanted to issue a "clean" to make sure I was starting at a good state and I received this error

Errors occurred during the build. Errors running builder 'Android Proguard Scala Builder' on project 'com.SerialTest.SerialTestActivity'. java.lang.NullPointerException

I've tried this with several programs that I had written as well as some samples from the book Android Wireless Application Development Volume I

accesio avatar Mar 21 '14 15:03 accesio

Did you add AndroidProguardScala without having Scala nature on it first? And if you did, did adding Scala nature make the problem go away?

banshee avatar Mar 22 '14 19:03 banshee