AndroidProguardScala
AndroidProguardScala copied to clipboard
An Eclipse builder for Android projects using Scala
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
I'm interested in helping port this plugin over to gradle / android studio. Is there a high level doc with rundown on the approaches used here?
The new scala debugger helps to go through the code very easily: http://scala-ide.org/docs/current-user-doc/features/scaladebugger/index.html Could you activate it for your awesome plug-in AndroidProguardScala ? It currently works only for scala-only projects,...
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...
If an Android project uses another Scala project or library, there may be parts of Scala library that are used by them but not by Android project itself directly, and...
I might be able to turn on cancelation if Eclipse is shutting down.
I get a java.lang.NoClassDefFoundError: scala.collection.mutable.StringBuilder based on a straightforward .... val textViewCounter = findViewById(R.id.textViewCounter).asInstanceOf[TextView] textViewCounter.setText("This app has been started " + counter + " times."); I am running Eclipse Juno...
Warning: can't write resource [reflect.properties](Duplicate zip entry [scala-reflect-2.10.1.jar:reflect.properties]) Error: Can't write [C:\Users\james\workspace\AkkaProducerConsumerBenchmarks\proguard_cache\jartender_cache_3033257530503124243.jar](Can't read [C:Usersjames.ivy2cacheorg.scala-langscala-reflectjarsscala-reflect-2.10.1.jar%28;;;;!META-INF/MANIFEST.MF%29] %28Duplicate zip entry [scala-reflect-2.10.1.jar:scala/reflect/api/Annotations$ArrayArgumentExtractor.class]%29)
Would it be possible to run the proguard build on background rather than in the foreground as a modal window preventing editing for several seconds on save ?
After dex runs, store a copy of the bin/dexedLibs/xxxx file so we can skip many dex runs too.