kerrj/yoloexampleapp

Doesn't Compile

abedi19 opened this issue · 6 comments

When i clone the yoloexampleapp it doesn't compile. Do you have any suggestions

kerrj commented

Could you elaborate more on the error(s) you get while compiling?

the gradle fails to build. it says No resource found that matches the given name( at 'icon' with value minimap/logo. )
In essence what i would like to do is use your ball detection software inside my FTC java code,

kerrj commented

Try pulling again and building, the resource for the app logo was missing from git.

Now whenever i build it the app crashes saying FTC Neural Net demo keeps crashing. It builds fine though.
error

kerrj commented

It looks like you're using this in an emulator, I've never tested it in one so there's no guarantee it will work correctly. I would use a real phone if possible. If you really want to try to make the emulator work you can always try looking at the log to try to identify the source of the crash.

the issue still presents in the actual android device as well