This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I am trying to test a simple android application from an android development book and I reached a point when running the application gets me an error message. Unfortunately app has stopped. (When I take out setStarUpScreenText(); the application runs but the desired text does not appear. MainActivity package chaper.two.hello_world; [...] read more