-
Notifications
You must be signed in to change notification settings - Fork 710
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
Double application #57
Comments
add the project as module ,next clear the intent-filter in AndroidManifest in module ProgressWheel . I hope help you . regards |
That was the way that I was doing it before but now i have it as a dependency in the build.gradle
is there a way to solve this? |
@mateobosco unfortunately until @Todd-Davies removes the launcher filter from the manifest you will have this issue since an app can only have one launcher filter (at least if you only want one icon). However there's something you can do about it without having to add the project as a module. Basically gradle merges all the manifests into one that you can find in build/intermediates/manifests/full and you can "override" the activity causing this issue. You only need to add the activity to your app manifest and remove the filters.
Add that to your Manifest and will be ok. |
If it's urgent, you can submit a pull request. Otherwise, I'll get around to doing this at some point. Thanks! |
Hey @mateobosco, @Orbycius, this should be fixed now :) |
Is it fixed? I still can see two apps.. |
@Todd-Davies Hi, By declaring the library version 1.0 in Gradle I still see two applications. How to use the latest version in gradle method? |
Hello Thanks |
I also can not resolve com.github.Todd-Davies:ProgressWheel:1.2 |
this theme is from 2015 four years a go :( |
Hey, sorry for my inactivity; I'm rather busy and this library is a legacy from another part of my life. Finding the time to maintain it properly isn't really feasible right now. My best advice would be to avoid using the library in the first place; it was created specifically for old versions of Android (~version 2), which according to [1] has ~0.2% market share right now. Simply using the built-in Android progress spinner is likely to be far more stable and compatible, and I'm sure there must be more up-to-date libraries if you want something more fancy. I'll do my best to fix the dependencies/build in future, but can't promise when. Have a lovely day! |
thanks for coming :) im a fan of you :) |
hey todd the fix of two apk's work ? |
I resolved this issue by donwngrading the version to Cheers |
After adding the project as a dependency, when I run my application in an Android device it installs two applications, one of them is the actual application and the other one is the sample app from Progress Wheel. I cant figure out how to solve this.
The text was updated successfully, but these errors were encountered: