Wish SDK-Ressources not found: Keep error messages

KMatle

Expert
Licensed User
Longtime User
When a SDK ressource ist missing (e.g. xxxxx (Goggle Maven) then a window appears for a few seconds. Can we log this message in the logs or in a other list (maybe it's there but I can't see it)?. So I have to reload my project to see the message again.
 

DonManfred

Expert
Licensed User
Longtime User

KMatle

Expert
Licensed User
Longtime User
f you point the mouse on the window it should not hide....

I'm 50+ and not that fast moving the mouse :) However. For ONE message it would be ok, but today I had to download 5 or 6. What one can do is just compile, the missing one is then documented in the logs.
 

JohnC

Expert
Licensed User
Longtime User
Note that you will get the same error if you try to compile the project. It will then show as text in the compilation window.
Will that be the first error reported when we try to compile, or could we possibly get a bunch of other errors (possibly caused by the missing library or not) before we get that same error as the one that popped up when the IDE was first started?
 
Last edited:
Top