Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

0.7.1-SNAPSHOT: invalid /system/etc/permissions/scala-library-2.10.1.xml #195

Open
michalrus opened this issue Oct 2, 2013 · 0 comments

Comments

@michalrus
Copy link

Just tried 0.7.1-SNAPSHOT and everything seems to work except the preloading feature.

After running sbt preload-device, the contents of /system/etc/permissions/scala-library-2.10.1.xml were as follows:

<permissions><library name=scala-library-2.10.1 file=/system/framework/scala-library-2.10.1.jar /></permissions>

After manually changing this file to this (basically: adding quotes):

<permissions>
    <library name="scala-library-2.10.1"
            file="/system/framework/scala-library-2.10.1.jar" />
</permissions>

... everything works as expected and I no longer get INSTALL_FAILED_MISSING_SHARED_LIBRARY during install phase.

Great plugin, by the way, having Scala preloaded really speeds up development!

Also posted here: https://groups.google.com/forum/#!topic/scala-on-android/CM611eL8H-M

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant