Skip to content

An Android application that installs Scala libraries to your rooted Android device as shared libraries.

Notifications You must be signed in to change notification settings

Arneball/Android-Scala-Installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installs scala library 2.11 on the rooted android phone This is used to avoid bundling the scala library with the apk everytime we compile during development, in release you have to do a full build including the scala-library in the proguard

to use, put the following:

<uses-library android:name="s1"/>
<uses-library android:name="s2"/>
<uses-library android:name="s3"/>

in AndroidManifest.xml

About

An Android application that installs Scala libraries to your rooted Android device as shared libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%