BUILD FAILED Error

sukhsinghin

Member
Joined
Feb 22, 2022
Posts
17
Likes
4
Hi All,
Is it possible to see actual(more detailed error) error on build failed. Java console window show very little.
In attached screenshot, I know some imports are missing but console is not very helpful. Any better way to find actual error: error.png
 

eickeee

Member
Joined
Aug 26, 2022
Posts
9
Likes
2
This has nothing to do with the MV SDK but is normal Java/IDE behavior. The compiler give you the error that it cannot find it, hence not imported. You should be even able to click on it to jump to the location - what more do you need?
 
Top