hi i am new to urho3d engine i’ve been using it for that past a couple of days and everything was going smoothly… however yesterday i tried to compile the urho3d librays for android using gradle and it failed with this error
--------------------------------------------------------------------------------------->
Task :android:urho3d-lib:generateJsonModelDebug FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ‘:android:urho3d-lib:generateJsonModelDebug’.
java.lang.NullPointerException (no error message)
-------------------------------------------------------------------------------------->
i did look at the legacy docs and found that i had to install data & autoload in an asset folder inside launcher-app and Coredata in assets inside urho3d-lib
however that didn’t fix the problem and i still get the same problem
i used android studio and it failed to sync to the libray.
if this has happen before or its just a new problem i’d be happy if you tell me how to fix it