how to run puzzle-app from fresh pull from github
In AndroidStudio I pulled everything from github aok.
Q: How do I run the puzzle app? I hit DEBUG and got this error:
Error:java: /production/15-puzzle: does not exist
I don't even know what /production means?
What do I do? Thanks for any leads! -cellurl
hmm, if you try with the github src, you will first have to build the opencv4android sdk, using cmake & ninja.
maybe you're better off, using a prebuild sdk ?
also, see here