Modifying ODK Collect v1.30.1

Hi, We've already used "ODK Collect v1.19.0" but due to Google Play's SDK 30 situation, 1.19.0 can no longer access directories.

I've downloaded the "ODK Collect v1.30.1" from Github https://github.com/getodk/collect/releases/tag/v1.30.1

I want to modify ODK collect as a different entity. So far the steps I've done is

  1. Refactor "org.odk.collect" into "org.myname.collect"
  2. Manually changed some org.odk.collect:
    collect_app\src\main\res\layout\main_menu.xml
    collect_app\src\main\java\org\prime\collect\android\application\initialization
    providers in the Manifest.xml

Now I can get the app to run through USB debugging. But it's closing on Edt,Send,View,Delete form.