The need to run multiple copies of one app on Android arises more often than it seems: a second account in the messenger, test profiles in games, separation of work and personal data on social networks. Unfortunately, Android by default blocks the installation of duplicate APK - the system recognizes them by their digital signature and package com.example.app, refusing to install "repeat".

In this article we will look at 7 proven ways to bypass restrictions - from built-in features of modern smartphones to manual methods for advanced users. You will learn how to clone applications without root access (using launchers and specialized utilities), with root (via App Cloner i Island), as well as how to create isolated profiles for working with several accounts at the same time. We will pay special attention bypassing blocking in games with anti-cheat (for example, PUBG Mobile or Genshin Impact) - here standard methods often do not work.

Important: some methods require unlocking the bootloader or superuser rights, which may lead to loss of warranty or unstable operation of the device. You perform all manipulations at your own peril and risk.

1. Built-in cloning functions (without root)

Many manufacturers add tools for duplicating applications to Android shells. This is the safest method, but it does not work on all devices.

  • ๐Ÿ“ฑ Xiaomi (MIUI): Settings โ†’ Applications โ†’ Dual applications. Supports most instant messengers and social networks.
  • ๐Ÿค– Samsung (One UI): Settings โ†’ Additional features โ†’ Dual Messenger. Works with WhatsApp, Telegram, Facebook.
  • ๐Ÿญ Huawei (EMUI): Settings โ†’ Applications โ†’ App Twin. Limited list of supported apps.
  • ๐Ÿ“ฒ Oppo/Realme (ColorOS): Settings โ†’ Privacy โ†’ App clone.

โš ๏ธ Attention: Built-in clones often have limitations:

  • Cannot be cloned banking applications (security blocking).
  • Games with anti-cheat (Call of Duty Mobile, Free Fire) detect duplicates and block the account.
  • Clones occupy additional memory โ€”each duplicate application weighs the same as the original.

๐Ÿ“Š What brand of your smartphone?
Xiaomi
Samsung
Huawei
Oppo/Realme
Other (specify in the comments)
Manufacturer Clone function Supported applications Limitations
Xiaomi Double applications Messengers, social networks, some games Does not work with bank accounts applications
Samsung Dual Messenger WhatsApp, Telegram, Facebook, Instagram Limited list (you cannot add an arbitrary application)
Huawei App Twin WeChat, QQ, some local services Does not support most Western applications

2. Cloner applications without root access

If your firmware does not have built-in functionality, you can use third-party utilities. They work on the โ€œsandboxโ€ principle - they create a virtual environment for a second instance of the application.

  • ๐Ÿ› ๏ธ Parallel Space is the most popular solution. Allows you to clone games and social networks, but may lag on weak devices.
  • ๐Ÿ”„ 2Accounts - a lightweight alternative with support for WhatsApp Business i Viber.
  • ๐ŸŽฎ Multi Accounts - optimized for games (but does not bypass anti-cheat!).
  • ๐Ÿ“ฆ App Cloner (Premium) - plugins for customizing clones (change name, icon, permission).

๐Ÿ”น How to use Parallel Space:

  1. Download the application from Google Play.
  2. Add the desired application to the list for cloning.
  3. Launch the clone from the Parallel Space interface.
  4. Log in with a second account.

Make sure that there is enough memory on the device (clone = original + 10-15%)

Disable battery optimization for Parallel Space (Settings โ†’ Applications โ†’ Parallel Space โ†’ Battery โ†’ Unlimited)

Check the compatibility of the application (some banking apps block launching in the sandbox)

Create a backup copy of the original application data-->

โš ๏ธ Attention: Cloner applications can slow down your smartphonesince the original and the clone work simultaneously. On devices with less than 4 GB of RAM freezes are possible. Also, some messengers (for example, Signal) actively fight against cloning and can block an account for โ€œsuspicious activity.โ€

3. Cloning using ADB (without root)

For advanced users, there is a cloning method via Android Debug Bridge (ADB). It does not require root access, but it is needed USB debugging and computer.

๐Ÿ”น Step-by-step guide:

  1. Enable USB debugging on the phone: Settings โ†’ About phone โ†’ Build number (press 7 time) โ†’ return to Settings โ†’ System โ†’ For developers โ†’ USB debugging.
  2. Connect your phone to the PC and confirm trust in the device.
  3. Open the command line (Windows) or terminal (macOS/Linux) and enter:
    adb shell pm install -r --user 0 /path/to/app.apk

    Replace /path/to/app.apk with the real path to the APK file.

  4. To create a second user (if supported):
    adb shell pm create-user CloneUser

๐Ÿ“Œ This method does not work on all devices. For example, Samsung and Xiaomi often block APK installation via ADB for third-party applications. Also, apps cloned in this way may not receive push notifications.

Why does ADB cloning not always work?

Manufacturers limit ADB capabilities for security reasons. For example, on devices with Android 12+ the command pm install may return an error INSTALL_FAILED_USER_RESTRICTED. In this case, only root or specialized utilities like App Cloner with support for ADB integration will help.

4. Cloning with root access: App Cloner and Island

If your device has root access, the cloning capabilities expand significantly. The two most powerful tools are App Cloner and Island (based on Work Profile).

๐Ÿ”น App Cloner (with root):

  • Allows you to change package name and APK signing, bypassing Android restrictions.
  • Supports plugins for changing icons, names, permissions.
  • Can clone Banking applications (but this violates the rules of most banks!).

๐Ÿ”น Island (based on Work Profile):

  • Creates an isolated user profile with separate space for applications.
  • Supports encryption data clones.
  • Ideal for separating work and personal accounts.

โš ๏ธ Attention: Using root access to clone banking applications or games with anti-cheat (PUBG Mobile, Genshin Impact) will lead to account blocking. Developers detect root through checks SafetyNet or RootBeer.

๐Ÿ’ก

If you need to clone a game with an anti-cheat, try VirtualXposed or BlackBox โ€”they create a virtual environment that masks the root from most checks.

5. Cloning through virtual machines (Android-x86, Genymotion)

You can use virtual machines. This method is suitable for PCs or powerful smartphones (for example, Samsung DeX or Windows 11 with Android subsystem).

๐Ÿ”น Implementation options:

  • ๐Ÿ–ฅ๏ธ Android-x86 โ€” full-fledged Android on a PC. You can install it in VirtualBox or on a separate disk partition.
  • ๐Ÿ“ฑ Genymotion โ€” cloud Android devices for developers (there is a free plan).
  • ๐ŸŽฎ BlueStacks โ€”emulator for games. Supports multi-screen (several copies of the same game at the same time).

๐Ÿ“Œ Pros of the method:

  • Complete isolation of clones (you can test beta versions without risk to the main device).
  • Support Google Play Services in a virtual machine.
  • Ability to run several copies at the same time (for example, for multi-accounting in games).

โš ๏ธ Cons:

  • Requires powerful PC (from 8 GB of RAM and SSD).
  • Some applications (for example, Netflix or Disney+) block launching in emulators.
  • Difficult to set up for beginners.

6. Bypassing anti-cheat in games: risks and solutions

Games with anti-cheat protection (PUBG Mobile, Call of Duty: Mobile, Genshin Impact) are actively fighting against cloning. Their detection systems (SafetyNet, Denuvo, XignCode) detect:

  • Duplicates package name.
  • Changed APK signatures (even if you renamed the package).
  • The presence of root access or an unlocked bootloader.
  • Run in an emulator or virtual machine.

๐Ÿ”น How to reduce the risk of a ban?

  • ๐Ÿ›ก๏ธ Use Magisk Hide or Universal SafetyNet Fix to disguise the root.
  • ๐Ÿ”„ Only VirtualXposed or BlackBox are suitable for cloning games (they do not trigger anti-cheat).
  • ๐Ÿ“ฑ Do not use clones on the main device - it is better to run them on second phone or in a virtual car.
  • ๐Ÿšซ Avoid multi-accounting in one game from one IP address (use VPN or mobile data).

๐Ÿ’ก

Even with masking the root, the risk of account blocking in games with anti-cheat remains high. Developers are constantly updating detection systems, and what worked yesterday can lead to a ban today. If you need several accounts, it is better to use:

โš ๏ธ Attention: IN Genshin Impact And Honkai: Star Rail for multi-account on one device blocked without warning. If you need multiple accounts, it's better to use:

  • Individual devices (old smartphone or tablet).
  • Cloud services like Rainway or Shadow.
  • Official cross-platform access (for example, play on a PC and a mobile device with different accounts).

7. Alternative methods: multiple users and work profiles

Android supports multi-user mode (starting from version 5.0) and work profiles (Android for Work). These features are initially designed to separate personal and corporate data, but can be adapted to clone applications.

๐Ÿ”น How to add a second user:

  1. Open Settings โ†’ System โ†’ Advanced โ†’ Multi-user mode.
  2. Click Add user.
  3. Set up a new user (a separate Google account will be required).
  4. Install the desired application in the profile of the second user.

๐Ÿ”น Work profile (Android for Work):

  • Requires an application to manage, for example Island or Shelter.
  • Applications in the work profile are isolated from the main system.
  • Supports encryption and separate VPN settings.

โš ๏ธ Limitations:

  • Not all applications support multi-user mode (for example, WhatsApp may require re-activation).
  • Work profiles are not available on devices with Android Go.
  • Switching between users requires a reboot on some devices (for example, Samsung).

FAQ: Frequently asked questions about cloning applications

Is it possible to clone a banking application (SberBank, Tinkoff, VTB)?

Technically yes, but this violates bank rules. Most financial applications detect clones and block access. In addition, working with duplicate banking apps increases the risk of data theft. If you need multiple accounts, use official methods (for example, SberBank Business for legal entities).

Why does the cloned application not receive push notifications?

This a common problem when cloning via Parallel Space or ADB. Solutions:

  • Check the battery settings for the clone (disable optimization).
  • Reinstall the clone with the Internet turned on.
  • Use App Cloner with the plugin Fix Push Notifications.

How to clone application, if the manufacturer has blocked this function (for example, on Huawei)?

If built-in cloning is disabled (as on new devices Huawei without Google Services), try:

  • Install Parallel Space or 2Accounts.
  • Use ADB (if unlocked OEM Unlock).
  • Change the device region to a supported one (for example, India or Indonesiawhere cloning is allowed).

Will cloning work on Android 14?

Yes, but with limitations:

  • Google is tightening its security policy, so some methods (for example, ADB cloning) may no longer work work.
  • Manufacturers are abandoning built-in cloning functions due to pressure Google Play Protect.
  • For new versions of Android it is recommended to use Island or Shelter (based on Work Profile).

Is it possible to clone an application on iPhone?

On iOS cloning applications impossible without jailbreak. Even with jailbreak, functionality is limited due to the closed ecosystem Apple. Alternatives:

  • Use web versions of services (for example, Telegram Web).
  • Install the application on iPad (if it supports multi-window).
  • Return to Android device for multi-account.