0

How can I check(Android code) whether the opencv manager & appropriate OpenCV binary packages are already installed in the android device or not?

Manoj
  • 3,947
  • 9
  • 46
  • 84

1 Answers1

2

Take a look at this SO discussion:

Android check for dependent application during installation?

Just check if needed applicaton is installed or not.

Community
  • 1
  • 1
ArtemStorozhuk
  • 8,715
  • 4
  • 35
  • 53