question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IsCompleted cannot be found at runtime [Android]

See original GitHub issue

Hi!

I am using FFImageLoading on Android and I am trying to use the property IsCompleted on a IScheduledWork.

Problem is it can not be found at runtime. When looking at old code, I can see a « Completed » that seems to have been renamed to « IsCompleted » (or the other way around?). Is it possible that the interface and the implementation do not share the same code ?

Method 'FFImageLoading.Work.IScheduledWork.get_IsCompleted' not found.

Repro: Install latest version on a new Android project. Use

var work = await ImageService.LoadUrl("an image").IntoAsync(MyView);
var completed = work.IsCompleted;

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
PaulARoycommented, Dec 29, 2016

Uninstalling / reinstalling the packages did the trick. Something probably messed up the DLLs. Sorry for the bug report.

Happy holidays 😃

0reactions
daniel-luberdacommented, Dec 28, 2016

Sure, I’ll close this one. Please, reopen the issue if you you’ll still experience it. Cheers 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

how can check Runtime.exec(cmd) is completed or not
It is running but how can I check command is executed or not in java program? If I used process to check then...
Read more >
Navigation | Jetpack
Safe Args will fail with an Unable to find method ''java.lang. ... Feature Module integration: The navigation-dynamic-features-runtime and ...
Read more >
MediaPlayer
Quickly bring your app to life with less code, using a modern declarative approach to UI, and the simplicity of Kotlin. ... Start...
Read more >
WorkManager | Jetpack
(I6d7d2); WorkManager now has a separate limit for content uri workers to give them guaranteed slots in JobScheduler to prevent missing content updates ......
Read more >
Java Runtime not found
Hi there,. I run Flutter in VS Code, and have been having no issues until today. All of a sudden I cannot build...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found