Select to view content in your preferred language

Field Maps App Immediately Crashes

2064
27
Jump to solution
02-04-2026 05:32 AM
AnninaRupe1
Frequent Contributor

All,

I have a Google Pixel 7 running Android 16 that I'm trying to use Field Maps on. Yesterday, I was able to open the app and maps, but was running into an issue with a map that I created using the Field Maps Designer. During troubleshooting, I uninstalled/re-installed the app. Now, every time I tap on the Field Maps app button, it brings up the blue Field Maps app screen but immediately closes. I can't do anything. I've tried the following:

  • clear cache
  • check for updates
  • uninstall app/re-start phone/re-install app
    • After re-install, I can open the app to sign into my organization's account, but once I've logged in, the app closes
  • uninstall app, install Field Maps Beta
    • Same behavior
  • Testing on a different phone: Pixel 8a, Android 16
    • Works as expected
  • Disconnecting from Wi-Fi and use cellular data only
    • Same behavior

Anyone know what might be the issue? I fixed the initial problem with the map I created using Field Maps Designer--I just deleted the map, created the layer in ArcPro, uploaded to ArcOnline, and created a map there.

Annina

 

0 Kudos
1 Solution

Accepted Solutions
AnninaRupe1
Frequent Contributor

Unfortunately I had to try a factory reset--but at least it solved the issue!

View solution in original post

27 Replies
ToddW_stl
Esri Contributor

have you tried various restart/reboot methods?

https://support.google.com/pixelphone/answer/7374159?hl=en 

I'm also not sure of your complete set-up, but @JeffShaner provided some info re: versions and upgrade timing here, if it helps.

0 Kudos
AnninaRupe1
Frequent Contributor

I have. Re-starting without uninstalling the app. Re-starting after uninstalling the app. Power down/up without uninstalling the app. Power down/up after uninstalling the app.

0 Kudos
ToddW_stl
Esri Contributor

I suggest contacting Esri support and being added to Case Number 04092238.  The steps below are from the analyst working that case, and I haven't seen a response from the customer.  The case appears to be a couple weeks old now with no workaround listed (yet).

  • Google Pixel 8a device (logging in with DUO - unsure what the DUO part means)
  • Android 16
  • ArcGIS Online
  • ArcGIS Field Maps version 25.3.1 (Android)

"May I know if it is possible for you to revert your Android version? If not, no worries. In the meantime, could you please perform the following steps:

  1. Open ArcGIS Field Maps and skip sign-in.
  2. Go to Profile > Troubleshooting and enable the logging button.
  3. Select View Logs and then tap the triple dot menu > Share.
  4. Replicate the issue (log in to ArcGIS Field Maps) and repeat the steps above to capture the logs."
0 Kudos
AnninaRupe1
Frequent Contributor

Thanks, I'll start a ticket with them and update here as I work through!

ColinLawrence
Esri Regular Contributor

Hi @AnninaRupe1 , can you try clearing the cache and data for Field Maps? They are both found in the Storage section in App Info. If you had the old map open the last time you used Field Maps, and the map was deleted, I wonder if its still looking for that map and not handling the fact its not there anymore. Clearing the data should remove the reference to that. Also, if you have another account in this org it would be good to confirm if you can log onto that account on this device.

Regards,
Colin
0 Kudos
AnninaRupe1
Frequent Contributor

Just tested clearing cache and data; still crashes.

I don't have another account in the organization, and unfortunately, I'm remote so I can't ask another to try their credentials. However, we do have a test member account for the organization. I should mention that to use this account, I have to log in differently: instead of entering the organization's URL, I have to use the ArcOnline log in screen. Even so, I tried clearing cache/data and logging in with those credentials and the app crashed.

0 Kudos
ColinLawrence
Esri Regular Contributor

If you are savvy with android debugger you can try to connect the device to your computer and do a manual uninstall of Field Maps. I have had an instance where the device was hanging onto files from an old install and this resolved that problem. I ran the following in command line:

adb devices ( to list current connected devices)

adb uninstall com.esri.fieldmaps (to manually uninstall field maps)



Note this will require a PC and install of Android platform tools. I suggest looking up a guide on how to use ADB if you are not familiar.

Regards,
Colin
0 Kudos
AnninaRupe1
Frequent Contributor

Thanks for the suggestion. I downloaded the SDK Platform Tools and ran adb devices in the command line but there weren't any found. I tried this on two computers (in case there were admin settings preventing something from occurring), but the result was the same.

Interestingly, when I connect my phone to the computer it appears in File Explorer but the folder is empty.

0 Kudos
ColinLawrence
Esri Regular Contributor

Yes it sounds like you dont have full access to the device files. You may need to toggle some permissions on the device when plugged in to the computer. Look for a notification in your task bar and make sure its set to `USB debugging` and not `Charging`. 

Regards,
Colin
0 Kudos