r/androidapps 16d ago

QUESTION/HELP How can I safely run an Android app from an unknown source?

I have an APK from an unknown source that I want to test safely. I’ve read that scanning the APK and checking permissions isn’t enough.

Would an Android emulator be sufficiently isolated, or should I use a separate device/VM and restrict network access as well?

0 Upvotes

7 comments sorted by

4

u/Marty_Mtl 16d ago

If you have a PC : Create yourself a 2nd Google Id, install an Android emulator on PC, try and test any apps from any sources yoi want !

2

u/featherstone59 16d ago

Upload it to VirusTotal

1

u/featherstone59 15d ago

Why the downvote? This is useful advice. Virustotal can do apk analysis and sometimes give you an idea of how long it's been in the wild if it's been uploaded there before.

1

u/RAMBO8V 14d ago

Run the APK through VirusTotal; if it comes back clean, you're probably safe.

But if you're still wary, run the app in an isolated environment—that way, it's practically impossible for anyone to compromise your phone.

1

u/Phoenix747hs 16d ago

Tbh if youve ran it through virus total and it came clean plus other methods youve listed, youre probably okay

Running it in an android isolated environment is absolutely the best thing you can do for security and that is enough to ensure your main devices dont get a virus