Android Question Install apk

DataProtec

Member
Licensed User
Hello
If i install the App in Debug Mode it works, but if i change to Release and open the App crash,
Msg = the application has stopped working (translatet from Spanish)
What can be the problem, in Debug everything Works fine
 

DataProtec

Member
Licensed User
Hi
I found the Problem why the App crashed.
Was i think a wrong using of a SQL Query.
In Debug Mode i used -
B4X:
msSQL.ExecNonQuery(sSQL)
But in Release Mode i changed it to
B4X:
msSQL.ExecQueryAsync("msSQL", sSQL, Null)
and Works fine.

I would like to thank all who helped me with this Project, Thank you
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
but if i change to Release and open the App crash
It is of no help for us to help you if you do not post the full error (as text in a quote tag). Noone can help without this info.
 
Upvote 0

DataProtec

Member
Licensed User
Sorry, maybee a misunderstandig, i posted a Problem i got with the App which i could solve by myself.
The only i tried is to explain what i did and that it was a failur of mine.
I try my best to give the info you need to help me, of course.
Even i don't like to waste your time with unuseful posts
Sorry again
 
Upvote 0
Top