myinnos / AppIconNameChanger

Library to change Android launcher App Icon and App Name programmatically !
Apache License 2.0
599 stars 73 forks source link

Error type 3 while re-installing app #7

Closed Mateeen closed 5 years ago

Mateeen commented 6 years ago

we used this library and it works great. the issue is when we successfully change the app icon to settings icon then try to re-install app using android studio it gives an error below. Error while executing: am start -n "in.myinnos.changeappiconandname/in.myinnos.changeappiconandname.MainActivity-settings" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=in.myinnos.changeappiconandname/.MainActivity-settings } Error type 3 Error: Activity class {in.myinnos.changeappiconandname/in.myinnos.changeappiconandname.MainActivity-settings} does not exist.

Error while Launching activity

shafayatrmg commented 6 years ago

I am having the same issue as well. Did you find any solution? I think it will be risky to use this library in production environment.

ercandemirtekin commented 5 years ago

Could you find any solutions or any other way for changing app icon ?

eduardo-calzado-ag commented 5 years ago

+1

sureshperiyasamy commented 5 years ago

+1

myinnos commented 5 years ago

@Mateeen @shafayatrmg @ercandemirtekin @eduardo-calzado-agentero @sureshperiyasamy fixed in new version please update lib gradel version Read.Me