Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

AAPT: error: resource style/EasyPermissions.Transparent (aka com.app.internal.debug:style/EasyPermissions.Transparent) not found #221

Open
@zhuosun-rally

Description

@zhuosun-rally

Basic Information

Device type: ________
OS version: ________
EasyPermissions version: 1.2.0____

Describe the problem

android/build/intermediates/manifests/full/feature/internal/debug/AndroidManifest.xml:59:
AAPT: error: resource style/EasyPermissions.Transparent (aka com.app.internal.debug:style/EasyPermissions.Transparent) not found

I use the easypermissions in an android library module, the app module is compiled with the android library module.
What happened? What did you expect to happen?

I can't build with this bug, Could you check it?

Code and logs

implementation 'pub.devrel:easypermissions:1.2.0'

<activity
            android:name="pub.devrel.easypermissions.AppSettingsDialogHolderActivity"
            android:exported="false"
            android:label=""
            android:splitName="videochat_android"
            android:theme="@style/EasyPermissions.Transparent" />
// TODO(you): show the code that produces the problem,
//            and any relevant logs.

let me know if you need further information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions