-
Notifications
You must be signed in to change notification settings - Fork 62
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
Complile time exception #9
Comments
Can you do that and submit a pull request ? I'll merge it.
On Mon, Sep 4, 2017, 12:44 AM isabsent ***@***.***> wrote:
Please, remove ***@***.***/ic_launcher" from your library! I
have a compile time exception
`Error:Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : Attribute ***@***.*** value=() from
AndroidManifest.xml:30:9-39
is also present at [com.cepheuen.elegant-number-button:lib:1.0.2]
AndroidManifest.xml:13:9-43 value=().
Suggestion: add 'tools:replace="android:icon"' to element at
AndroidManifest.xml:27:5-56:19 to override.`
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AFyZR2aXpj4bgWfbHmceAP69Hbv4swWIks5se4AzgaJpZM4PLc7n>
.
--
Ashik Vetrivelu
|
I have no idea how to do it. Never did it before, sorry. But you can just remove all entries from
instead of
|
I'll look into these sometime this weekend.
Thanks,
Ashik Vetrivelu
On Sep 4, 2017 2:57 AM, "isabsent" <[email protected]> wrote:
I have no idea how to do it. Never did it before, sorry. But you can just
remove all entries from application tag in the lib manifest
ElegantNumberButton/lib/src/main/AndroidManifest.xml i.e. set
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cepheuen.elegantnumberbutton">
</manifest>
instead of
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cepheuen.elegantnumberbutton">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
</application>
</manifest>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFyZRwlW122o6o-tLUzOhLtajRSF90a_ks5se59ZgaJpZM4PLc7n>
.
|
I'm having the same problem as above, is there a way to fix this? |
Facing same issue |
Not able to import your library, :( |
@lightning-bug Try this fork. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please, remove
android:icon="@mipmap/ic_launcher"
from your library! I have a compile time exceptionThe text was updated successfully, but these errors were encountered: