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:
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
Solved! Go to Solution.
Unfortunately I had to try a factory reset--but at least it solved the issue!
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.
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.
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).
"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:
Thanks, I'll start a ticket with them and update here as I work through!
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.
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.
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.
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.
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`.