Skip to content

PackageManager.InstallPackage throw exception #1

@raozhihao

Description

@raozhihao

.net :4.7.2
file version:1.3.0.0
nuget version:2.5.1

when i use InstallPackage,
always reporting an exception

AdvancedSharpAdbClient.Exceptions.AdbException:“missing , in ID_SEND_V1”

code:

public string InstallApp(string appPath)
{
    PackageManager manager = new PackageManager(this.client, device);
            
    manager.InstallPackage(appPath, reinstall: true);
    return "Success";
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions