FolioReader / FolioReader-Android

A Java ePub reader and parser framework for Android.
BSD 3-Clause "New" or "Revised" License
2.24k stars 710 forks source link

Manifest merger #510

Open falak1234 opened 2 years ago

falak1234 commented 2 years ago

Manifest merger failed : android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined. Issue / Feature - FolioReader version -
FolioReader Stock / Modified -
Android SDK - Mobile / Tablet / Emulator Info -
Crash / Error -

Steps to reproduce / Describe in detail -

zatovagul commented 2 years ago

Same problem

pravingaikwad07 commented 2 years ago

Same issue. Any resolution?

sahujaunpuri commented 1 year ago

Same issue. Any resolution?

c-info commented 1 year ago

Same issue

Titansingh commented 1 year ago

any solution please share

Parul-kapoor commented 1 year ago

facing same issue

abbyl66 commented 1 year ago

Please, same issue

MiWilson501 commented 11 months ago

Well, at least I know that I'm not the only one with this issue. I'm not sure how to modify a file here so that it propagates, but if someone does, this should fix it, in the Manifest file, Find the following: <activity android:name="com.folioreader.ui.activity.SearchActivity" android:launchMode="singleTop">

        <meta-data
            android:name="android.app.searchable"
            android:resource="@xml/searchable" />
    `</activity>`

Add: android:exported="true" before android:launchMode

hamerstandr commented 9 months ago

<activity android:name="com.folioreader.ui.activity.SearchActivity" android:launchMode="singleTop">

Add: android:exported="true" before android:launchMode

AAPT: error: resource android:attr/android:progressBarStyle not found.