Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
This repository was 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

Description

@michalrus

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions