For a personal project, I tried, with the help of Copilot, to create a fairly simple application that would allow basic management of accounts among close ones. Since it’s my first project, I imagine I may have made some naming mistakes, and my code is not the most organized. I apologize in advance for that. For this project, I used Expo Go and managed to get it working without any bugs when I run the Expo server via my PC. However, after building the app and creating an APK, I am unable to navigate between the pages.
I followed Copilot’s advice and installed the ADB SDK to retrieve the device logs, but even with Copilot, I can’t fix the bug(s).
09-23 16:38:15.239 4512 4512 E unknown:ReactModalHost: Creating new dialog from context: com.dido75.DebtApp.MainActivity@7e2ef7e@132312958
09-23 16:38:15.255 592 1168 D CoreBackPreview: Window{985e9b5 u0 com.dido75.DebtApp/com.dido75.DebtApp.MainActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@8e9d3bb, mPriority=0, mIsAnimationCallback=false}
09-23 16:38:15.377 4512 4512 E unknown:ReactModalHost: Updating existing dialog with context: com.dido75.DebtApp.MainActivity@7e2ef7e@132312958
09-23 16:38:15.382 592 2241 D CoreBackPreview: Window{985e9b5 u0 com.dido75.DebtApp/com.dido75.DebtApp.MainActivity}: Setting back callback null
09-23 16:38:15.385 592 2241 W InputManager-JNI: Input channel object '985e9b5 com.dido75.DebtApp/com.dido75.DebtApp.MainActivity (client)' was disposed without first being removed with the input manager!
09-23 16:38:15.448 592 719 I ImeTracker: com.dido75.DebtApp:c9f7ea9b: onRequestHide at ORIGIN_SERVER reason HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR fromUser false
09-23 16:38:15.450 592 719 I ImeTracker: com.dido75.DebtApp:c9f7ea9b: onCancelled at PHASE_SERVER_SHOULD_HIDE
09-23 16:38:15.463 1323 1323 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1986 onStartInput(EditorInfo{EditorInfo{packageName=com.dido75.DebtApp, inputType=0, inputTypeString=NULL, enableLearning=false, autoCorrection=false, autoComplete=false, imeOptions=0, privateImeOptions=null, actionName=UNSPECIFIED, actionLabel=null, initialSelStart=-1, initialSelEnd=-1, initialCapsMode=0, label=null, fieldId=0, fieldName=null, extras=null, hintText=null, hintLocales=[]}}, false)
09-23 16:38:15.471 592 1168 W PackageConfigPersister: App-specific configuration not found for packageName: com.dido75.DebtApp and userId: 0
Here is a Git link to my project, DebtApp, as I don’t know where the error might be coming from. I preferred to include all the code. All my code is in the App folder.
Dido is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.