AppMetrica plugin not installed - Fix export control 451
Android Studio shows AppMetrica plugin error 451 due to export controls. Learn how to confirm the 451, install from disk, or integrate the AppMetrica SDK safely.
Why does Android Studio display the error “Plugin AppMetrica was not installed: we are sorry, but we are currently unable to provide our products or services to you due to export control regulations” when I try to install the AppMetrica plugin for Yandex Advertising Network, and how can I fix it?
Android Studio displays that message because the JetBrains Marketplace or the plugin vendor has refused to serve the AppMetrica plugin to your location for legal/export-control reasons (the IDE surfaces this as an HTTP 451 “Unavailable for legal reasons”). You can usually confirm the 451 in the IDE logs and work around it by installing the plugin from disk (download the plugin ZIP/JAR from the author or repo) or by adding the AppMetrica SDK/dependency directly to your project; if those options aren’t possible, contact the plugin author (Yandex) or JetBrains Marketplace support for an offline build or clarification. Don’t use VPNs or other circumvention methods without clearance from your legal or IT team — export-control blocks can reflect real legal limits.
Contents
- What the error means (HTTP 451 / export control)
- Why the AppMetrica plugin is blocked (JetBrains Marketplace & vendor checks)
- Quick checks to confirm it’s an export-control block
- How to fix AppMetrica plugin install in Android Studio (safe fixes & workarounds)
- When NOT to bypass: legal and compliance caution
- Contacting support & final tips
- Sources
- Conclusion
What the error means (HTTP 451 / export control)
HTTP status 451 is the server’s explicit way of saying “I can’t give you this content for legal reasons.” In practice JetBrains Marketplace or a plugin vendor can return that status when distribution is blocked by export controls, sanctions, or other legal/regulatory constraints — you’ll see the same wording in several community reports where JetBrains services returned 451 responses when serving users in certain regions (examples collected by news and community posts). See a practical explainer on the 451 status at Kinsta for background on why a server would refuse access for legal reasons: https://kinsta.com/blog/error-451/.
Export-control restrictions commonly affect software that (a) contains encryption, (b) is developed or distributed by entities in restricted jurisdictions, or © is covered by sanctions or vendor compliance policies. High‑level summaries of export-control risk for software (including crypto) are documented in legal/industry guides like this TermsFeed post: https://www.termsfeed.com/blog/export-controls-encryption/.
Why the AppMetrica plugin is blocked (JetBrains Marketplace & vendor checks)
There are two, not-mutually-exclusive reasons you might get this exact message when installing the AppMetrica plugin:
-
JetBrains Marketplace or its delivery service is refusing to serve the plugin to your IP/region because of export-control / legal rules. JetBrains has updated Marketplace policies and vendor verification rules in recent years, which changed how and where some plugins are distributed: https://blog.jetbrains.com/platform/2024/02/plugin-marketplace-updates-in-light-of-the-digital-services-act-dsa/ and https://blog.jetbrains.com/platform/2025/05/trader-verification-requirement-on-jetbrains-marketplace/.
-
The plugin vendor (Yandex / AppMetrica) has limited distribution of their IDE integration in certain countries or hasn’t completed the Marketplace’s required verification steps; that can cause the Marketplace to refuse the download or show an “unavailable for legal reasons” response.
Community logs and forum reports show the same error text in other plugin-install attempts, which supports the idea that this is a legal/compliance block, not a random network error: https://mosregdata.ru/article/jetbrains-disabled-russia and https://platform.jetbrains.com/t/paid-plugins-marketplace-licensing-not-installed-on-android-studio-meerkat-2024-3-1-patch-2/1479.
Quick checks to confirm it’s an export-control block
- Look for the 451 in the IDE logs:
- Open Android Studio → Help → Show Log in Explorer (Windows/Linux) or Help → Show Log in Finder (macOS). Search the open log for “451”, “Unavailable for legal reasons”, or the exact error text you saw.
- The Event Log pane often shows the same message; copy the full error text for support requests.
- Try another Marketplace plugin:
- If other Marketplace plugins install fine, the block is likely plugin-specific. If nothing installs, you may be behind a corporate proxy or your JetBrains account/IDE is blocked.
- Check the plugin’s alternative sources:
- Is there a published plugin archive, GitHub repo or a package page (for Flutter: https://pub.dev/packages/appmetrica_plugin)? If the vendor published the plugin or SDK elsewhere, that’s a sign you can get an offline copy.
- Note any licensing UI messages:
- Paid plugins and Marketplace licensing sometimes require additional Marketplace components in the IDE; see the JetBrains forum thread about Marketplace Licensing issues in Android Studio if you ran into unexpected licensing failures: https://platform.jetbrains.com/t/paid-plugins-marketplace-licensing-not-installed-on-android-studio-meerkat-2024-3-1-patch-2/1479.
How to fix AppMetrica plugin install in Android Studio (safe fixes & workarounds)
Start with the least risky options and move down the list only if you have permission.
- Install the plugin from disk (preferred, low-risk)
- Obtain an official plugin ZIP/JAR from the plugin author or the plugin’s repo/releases (ask Yandex or check the plugin’s repository or distribution page such as the pub.dev package for a Flutter integration: https://pub.dev/packages/appmetrica_plugin).
- In Android Studio go to Settings / Preferences → Plugins → Gear icon → Install Plugin from Disk…, pick the ZIP/JAR, then restart the IDE. GeeksforGeeks has a short how‑to on the menu flow if you need a refresh: https://www.geeksforgeeks.org/android/how-to-install-and-uninstall-plugins-in-android-studio/.
-
Add AppMetrica SDK or plugin code directly to your project
-
For Flutter: add the appmetrica_plugin dependency to pubspec.yaml and run flutter pub get (see https://pub.dev/packages/appmetrica_plugin).
-
For native Android: include the official AppMetrica SDK dependency in Gradle (consult the vendor’s Android SDK repo or docs; the Android SDK repo and issue tracker show the project is public: https://github.com/appmetrica/appmetrica-sdk-android/issues/16).
This avoids the IDE-plugin route entirely while providing the same analytics capability in your app. -
Ask the plugin author / Yandex for an offline installer or instructions
-
Vendors sometimes provide a signed plugin ZIP or alternative distribution for customers who can’t access the Marketplace. Request the exact plugin version that matches your Android Studio release.
-
Contact JetBrains Marketplace support
-
Provide the idea.log excerpts, Android Studio version, OS, plugin ID/name, and a screenshot of the error. JetBrains can confirm whether the block is a Marketplace policy action or an accidental configuration issue; note they’ve changed Marketplace rules in recent years: https://blog.jetbrains.com/platform/2024/02/plugin-marketplace-updates-in-light-of-the-digital-services-act-dsa/.
-
If the plugin is paid or uses Marketplace licensing
-
Ensure your IDE installed the Marketplace licensing components; some patches caused that component not to install automatically (see the JetBrains community thread): https://platform.jetbrains.com/t/paid-plugins-marketplace-licensing-not-installed-on-android-studio-meerkat-2024-3-1-patch-2/1479.
-
Don’t use VPN/proxy to bypass without approval
-
Trying to mask your location to access blocked content can violate law, vendor terms, or corporate policy. If you think the block is an error, ask the vendor/JetBrains first.
When NOT to bypass: legal and compliance caution
This error is literally a legal refusal. That means bypassing it (for example by using a VPN or a proxy to make the Marketplace think you’re in another country) can expose you or your employer to legal or contractual risk. Export-control rules can be strict for software that includes encryption or when sanctions apply; read a plain‑language summary to understand the kinds of restrictions that exist: https://www.termsfeed.com/blog/export-controls-encryption/. If you’re in doubt, check with your legal or IT compliance team before attempting any workaround that hides your location.
Contacting support & final tips
When you contact the plugin author or JetBrains support, include:
- The full error text and a screenshot of the IDE Event Log.
- The relevant idea.log excerpt (search for “451” or “export control” and paste lines).
- Android Studio version and build (Help → About), OS and version, and your country/IP region.
- The plugin name and version you tried to install (or a link to the plugin page / pub.dev entry).
If you want, I can draft a concise message you can paste to the vendor or JetBrains support. For community corroboration and examples of similar cases see the JetBrains forum and community posts about 451 blocks and plugin licensing: https://platform.jetbrains.com/t/paid-plugins-marketplace-licensing-not-installed-on-android-studio-meerkat-2024-3-1-patch-2/1479 and https://mosregdata.ru/article/jetbrains-disabled-russia.
Sources
- Mosregdata — JetBrains disabled Russia
- Kinsta — How To Fix or Bypass Error 451: Unavailable Due to Legal Reasons
- JetBrains Blog — Marketplace Updates in Light of the Digital Services Act
- JetBrains Blog — Trader Verification Requirement on JetBrains Marketplace
- JetBrains Platform Forum — Marketplace Licensing / Paid plugins issue
- Reddit — JetBrains: AI Assistant not available in your location (HTTP 451)
- SpigotMC Forum — Plugin installation blocked by export control message
- pub.dev — appmetrica_plugin
- TermsFeed — Export Controls and Encryption: Hidden Compliance Risks in Software Licensing
- GeeksforGeeks — How to Install and Uninstall Plugins in Android Studio?
- GitHub — appmetrica-sdk-android Issues (example)
Conclusion
That Android Studio error is telling you the AppMetrica plugin download was blocked for legal/export-control reasons (HTTP 451). The fastest safe fixes are to confirm the 451 in your idea.log, install an official plugin ZIP/JAR with Settings → Plugins → Gear → Install Plugin from Disk, or integrate the AppMetrica SDK directly (pub.dev or the SDK repo). If neither option works, ask the plugin vendor (Yandex) or JetBrains Marketplace support for an offline distribution or clarification — and don’t try to bypass the block without legal or IT approval.