compile and run as Debuged App, the Program works on the phone. But, if i compile and install the app as Relese, then the error shows while starting (open) the app.
"An error has occurred in sub: java.io.FileNotFoundExecption: <name>.bal
Continue?"
<Yes><No>
If i Press "No" Then the Messages shows again and again and again.
If i press "Yes" Then the Screen will be stay black.
If i create a Design and save it with Uppercase-Letters, then this error raised.
It looks like, the compiler / android search for the .bal in lowercase letters, but if the app has stored .bal's with uppercase letters, the release compiling goes wrong.
This explains the error-message.
After Renaming the .bal's to lowercase, the released compilated app works fine.