Android studio error – Cannot read property ‘update’ of undefined

If you’re trying to build your app to an emulated Android device, it might need to be cold-booted. Go to Tools -> AVD Manager, and on the Virtual Device you’re trying to use, click the drop-down arrow to the far right and select “Cold Boot Now”.

Give the emulator a few moments to start, and if it does so without error, try building your app again and see if it now loads properly.

Leave a Comment