Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Manifest issue #24

@kdamore

Description

@kdamore

I'm trying to use this in an Android app, and I am getting an error in the generated AndroidManifest.xml. I see this hasn't been updated since 2018. Has anyone seen this issue or knows how to fix it? Thanks!

(Generated)AndroidManifest/xml

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.microsoft.cognitive.speakerrecognition" >

    <uses-sdk
        android:minSdkVersion="16"
        android:targetSdkVersion="23" />

    <uses-permission android:name="android.permission.INTERNET" />

    <library />

</manifest>

Error:

Android resource linking failed
Users/name/.gradle/caches/transforms-2/files-2.1/c2711902cf53262afeb76732b9f5f020/jetified-speakerrecognition-1.1.0/AndroidManifest.xml:11:5-16: AAPT: error: unexpected element <library> found in <manifest>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions