Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest merger #510

Open
falak1234 opened this issue Nov 3, 2021 · 9 comments
Open

Manifest merger #510

falak1234 opened this issue Nov 3, 2021 · 9 comments

Comments

@falak1234
Copy link

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
Copy link

Same problem

@pravingaikwad07
Copy link

Same issue. Any resolution?

1 similar comment
@sahujaunpuri
Copy link

Same issue. Any resolution?

@c-info
Copy link

c-info commented Oct 17, 2022

Same issue

@Titansingh
Copy link

any solution please share

@Parul-kapoor
Copy link

facing same issue

@abbyl66
Copy link

abbyl66 commented May 16, 2023

Please, same issue

@MiWilson501
Copy link

MiWilson501 commented Jul 20, 2023

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">




</activity>

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

@hamerstandr
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants