Skip to content

App tries to write in /data/local/tmp #828

Closed
@Plamen5kov

Description

@Plamen5kov

App tries to write in /data/local/tmp, but that's not permitted in higher API levels. We need to find another way to work with vscode extension.

problem
Higher API level Android emulators and devices allow applications to read from /data/local/tmp, but not to write. Problem with that is the vs_code_extension coode in RuntimeHelper.java, which tries to write to /data/local/tmp, but can't.

solution
one possible solution is using sockets, just like we do with livesync. This will allow the runtime to communicate the information to CLI. CLI has the permissions to write in /data/local/tmp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions