After 4 years away from App Inventor, I'm back using it. So I'm facing old problems that I don't remember how to solve.
I created an APK in order to run with no internet connection (no WIFI, no Mobile) and to run for the first time, I save login data into a SQLite database (with internet connect), and after this I discinnect internet to make login again, but using login data from SQLite database. But when I do this test without internet, I receive the message below:
Thanks for replying @ABG. Using the Companion, it works fine. Of course I cannot test without internet, because of it I am generating APK to test the app without internet.
Declare this permission <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
after decompiling it in the Manifest, recompiled it and the APK should work.