android-plugin icon indicating copy to clipboard operation
android-plugin copied to clipboard

An sbt plugin for Android development in Scala

Results 52 android-plugin issues
Sort by recently updated
recently updated
newest added

For cross-platform projects, like desktop/Android/iOS, it is real pain to force users to install Android SDK they will never use. Maybe just switching the check in determineAndroidSdkPath from error to...

I have seen that there is some integration only with the Os X keyring, perhaps using a library can help a lot. [Using Scala + sbt to write seamlessly integrated...

Jan, I updated the parsing so one could accommodate any parser. It is quite rough at the moment and I intend to rework quite a bit the entire adb logic...

When adding annotation to a scala class which refer to java constants you get the following error: ``` App.scala:9: annotation argument needs to be a constant; found: R.string.crash_notif_ticker_text [error] resNotifTickerText...

See [the mailing list](https://groups.google.com/forum/#!topic/scala-on-android/Hv8LPAw8s-g) for more.

Add preserveServiceRegistry, serviceRegistryInclude & serviceRegistryExclude keys. When preserveServiceRegistry is true, files in META-INF/services will be merged, filtered and then insert into the final apk. Any class name that match any...

... when starting emulator. I.e.: -front-camera webcam0 Added SettingsKey emulatorOptions defaulted to empty string. Used in emulatorStartTask.

# add resourceContainingJars key for ApkBuilder Make more precisely and customizable resource handling. For example, when I don't want to use proguard to unmanaged jars. ``` scala useProguard in Android...

Two new tasks that install/uninstall APK to all devices and emulators that are listed by 'adb devices'.

I tried to implement the rename-manifest-package option for aapt (Issue #191). It looks fine to me, the option is really appended to the aapt call (I verified it). However, the...