# How to fix common app installation issues

App deployment is seamless and easier on devices enrolled in the Android Enterprise program. However, due to various reasons, the app installation initiated from the CubiLock MDM portal might fail. This troubleshooting doc helps resolve the issues with app installation on Android Enterprise devices.

### Installation of Play Store apps failed

The **Install Application** action is executed on the device for a particular *Play Store* app, but the app is not installed. The **Applications** tab under the device details also doesn't show the app and even after the action is initiated from the portal for a long time, the app installation is unsuccessful.

### Probable reasons:

* Google *Play Services* is suppressed or is outdated.
* Google *Play Services* is required to install and update apps from Play Store. App installation might not work as expected if *Play Services* is not installed/updated on the device.

### Solutions:

Remotely launch the *Play Store* app using the **Remote App Launch** action from the CubiLock portal. The *Play Store* and *Play Services* get updated automatically, and the action will re-initiate to push the app to the device.

![](/files/rrrXLeR4TH1kEZpDCsEL)

### **Alternate solutions that can be performed from the device:**

1. Sometimes, the app installation will still be delayed on Android Enterprise – Profile Owner devices. In that case, open the *Play Store* app from the devices and check the ***Library*** section to verify if app installation has reached there. Click the app icon to open its details and click the update button.&#x20;
2. Clear the app data and cache for the Play Store application from the device settings. Navigate to **Settings > Apps > Google Play Store > Storage > Clear data**. In the case of Android Enterprise – Profile Owner, choose the Play Store app from the Work Profile section under the device settings page.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cubilock.com/faq/frequently-asked-questions/how-to-fix-common-app-installation-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
