FolioReader-Android
FolioReader-Android copied to clipboard
Manifest merger
Manifest merger failed : android:exported needs to be explicitly specified 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 -
Same problem
Same issue. Any resolution?
Same issue. Any resolution?
Same issue
any solution please share
facing same issue
Please, same issue
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
<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.