Plase help , my APK run well before , after re convert Aplication hang on input data menu
Thanks for you help
Plase help , my APK run well before , after re convert Aplication hang on input data menu
Thanks for you help
Welcome to community. Please read Avoid Crashes of the Application for some of the components
Otherwise use logcat to find what causes the crash
Here is my APK
In Screen InputBulkCut for example something is missing from designer’s properties. Go throught that long list in Avoid Crashes of the Application for some of the components to see what is missing. Check also your other screens
From logcat
Screen_InputBulkCut.yail:265:58: unbound location null
Record_FILLING.aia (900.5 KB)
Thanks for replying , hereis my aia file , please have a look , and thanks in advance
In your projects you have 19 screens and from a first look you are using spinners. If you leave elements from string empty in designer’s properties app will crash
For example
So check all spinners in all screens and fill properties because I noticed that this problem exists in more than one screen
Ahh , OK I will
Thanks for reply