Tomb Raider Android Game Apk Data Download -

If you are a die-hard fan who owns the games on another platform and simply wants to replay them on a long flight, hunting down a tomb raider android game apk data download is a viable, albeit legally grey, project.

However, for the average user, the better path is to purchase Lara Croft GO or Relic Run from the Play Store—they offer modern Tomb Raider vibes without the installation headaches. If you want the authentic classic experience, consider buying a PlayStation Classic or using a Steam Deck.

If you proceed with manual installation: Use a VPN for privacy, scan all files with VirusTotal, and never grant the File Manager app permissions you don’t trust.


Disclaimer: This article is for educational and informational purposes only. The author does not condone piracy. Always support developers by purchasing software legally when possible.

Tomb Raider series has multiple official offerings on Android, ranging from modern AAA ports to casual mobile-exclusive titles. The most significant recent release is the official port of the 2013 reboot by Feral Interactive, which launched on February 12, 2026. 1. Tomb Raider (2013 Reboot)

This is a premium, "uncompromised" port of the original console game. Official Download: Available on the Google Play Store.

Storage Requirements: The game requires 12.5 GB of free space, though 25 GB is recommended for a smooth installation. Device Requirements: Requires Android 13 or later.

Key Features: Includes all 12 DLC packs, gyroscopic motion-aiming, and customizable touch or gamepad controls. 2. Tomb Raider I-III Remastered

A definitive collection of the original trilogy with upgraded graphics. Official Download: Available on the Google Play Store.

Key Features: Allows switching between original polygon and modern graphics; includes a new Challenge Mode and Photo Mode. 3. Tomb Raider Reloaded

A casual, roguelike action game featuring stylized versions of classic environments. Tomb Raider™ - Apps on Google Play

The world of Lara Croft has expanded significantly on mobile, offering everything from retro platforming to modern AAA experiences. Whether you are looking for the latest high-end ports or classic puzzle adventures, here is the complete guide to the Tomb Raider Android game ecosystem and how to get them. 1. The Modern AAA Experience: Tomb Raider (2013) Mobile

The most significant recent release is the official mobile port of the 2013 Tomb Raider reboot by Feral Interactive . Released in early 2026, this is a full "AAA" console experience brought to your phone without compromises.

Game Size: Approximately 12.5 GB (though 25 GB is recommended for a smooth installation).

Requirements: Requires Android 13 or later. It is optimized for high-end devices, supporting up to 120fps on flagship hardware.

What’s Included: The download includes the base game plus 12 DLC packs, such as the Tomb of the Lost Adventurer and various character skins.

Controls: Supports touchscreens, gamepads, and even mouse/keyboard setups. 2. The Retro Collection: Tomb Raider I-III Remastered

For fans of the original PlayStation-era titles, the Tomb Raider I-III Remastered collection is available on Google Play . Ported by Aspyr Media, this version features updated textures and the ability to toggle between classic and modern graphics.

File Format: Often distributed as an XAPK (APK + OBB data) on third-party stores like Uptodown , with a download size of roughly 140 MB for the installer.

Key Features: Includes a Photo Mode with 21 poses and all original expansion packs. 3. Mobile-First Spin-offs

If you prefer games designed specifically for mobile play, these titles offer unique mechanics: Tomb Raider I-III Remastered - Apps on Google Play

Downloading and installing Tomb Raider on Android depends on whether you are looking for the modern 2013 reboot (recently ported by Feral Interactive) or the classic remastered trilogy. 1. Official Tomb Raider (2013 Reboot)

The official premium version of the 2013 reboot was released for Android on February 12, 2026. It is a high-fidelity port that requires significant storage and a modern device. Official Store: Available on the Google Play Store. Requirements: OS: Android 13 or later.

Storage: At least 12.5GB of free space (25GB recommended for initial installation). RAM: 6GB or more is ideal for handling 3D environments.

Key Features: Includes 12 DLC packs, customizable touch controls, and support for gamepads and keyboards. 2. Tomb Raider I-III Remastered

This collection of the original trilogy is also available for Android and follows a similar installation process.

Download: Often found on third-party stores like Uptodown as an XAPK or through official channels.

Pricing: Usually requires a one-time in-game purchase to unlock the full content of all three games. 3. Manual Installation (APK + OBB Data)

If you are installing from a third-party source (common for older versions like the Tomb Raider I classic port), follow these steps: Tomb Raider™ - Apps on Google Play

<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Tomb Raider APK + OBB Data Download | Android</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://code.iconify.design/3/3.1.0/iconify.min.js"></script>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
    <style>
        *  font-family: 'Inter', sans-serif; 
        ::selection  background: #F97316; color: #FFFFFF; 
        .hide-scrollbar::-webkit-scrollbar  display: none; 
        .hide-scrollbar  -ms-overflow-style: none; scrollbar-width: none; 
        .glass-panel 
            background: rgba(23, 23, 23, 0.6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
.hero-glow 
            background: radial-gradient(circle at center, rgba(249, 115, 22, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
.progress-bar  transition: width 0.3s ease; 
        .step-line 
            background: linear-gradient(to bottom, #F97316, #262626);
.toast-enter  animation: slideUp 0.4s ease forwards; 
        .toast-exit  animation: slideDown 0.4s ease forwards; 
        @keyframes slideUp 
            from  transform: translateY(100%); opacity: 0; 
            to  transform: translateY(0); opacity: 1;
@keyframes slideDown 
            from  transform: translateY(0); opacity: 1; 
            to  transform: translateY(100%); opacity: 0;
@keyframes pulse-ring 
            0%  transform: scale(1); opacity: 1; 
            100%  transform: scale(1.5); opacity: 0;
.pulse-ring::before 
            content: '';
            position: absolute;
            inset: -4px;
            border-radius: 9999px;
            border: 2px solid #F97316;
            animation: pulse-ring 1.5s ease-out infinite;
.tab-active 
            color: #F97316;
            border-color: #F97316;
</style>
</head>
<body class="bg-black text-white antialiased">
<!-- Toast Container -->
    <div id="toast-container" class="fixed bottom-6 left-1/2 -translate-x-1/2 z-[100] flex flex-col gap-2 items-center pointer-events-none"></div>
<!-- Navigation -->
    <nav class="fixed top-0 left-0 right-0 z-50 mt-4 mx-auto max-w-4xl px-4">
        <div class="glass-panel rounded-full px-6 py-3 flex items-center justify-between">
            <a href="#" class="flex items-center gap-2">
                <div class="w-8 h-8 bg-orange-500 rounded-lg flex items-center justify-center">
                    <span class="iconify text-white text-sm" data-icon="lucide:gamepad-2"></span>
                </div>
                <span class="font-semibold text-sm tracking-tight">APK Vault</span>
            </a>
            <div class="hidden md:flex items-center gap-6">
                <a href="#features" class="text-sm font-medium text-neutral-400 hover:text-white transition-colors duration-300">Features</a>
                <a href="#versions" class="text-sm font-medium text-neutral-400 hover:text-white transition-colors duration-300">Versions</a>
                <a href="#guide" class="text-sm font-medium text-neutral-400 hover:text-white transition-colors duration-300">Install Guide</a>
                <a href="#requirements" class="text-sm font-medium text-neutral-400 hover:text-white transition-colors duration-300">Requirements</a>
            </div>
            <button onclick="scrollToDownload()" class="bg-white text-black text-xs font-semibold px-4 py-2 rounded-full hover:bg-orange-500 hover:text-white transition-all duration-300">
                Download
            </button>
        </div>
    </nav>
<!-- Hero Section -->
    <section class="min-h-screen flex flex-col justify-center items-center text-center pt-20 px-4 relative overflow-hidden">
        <div class="hero-glow absolute inset-0 pointer-events-none"></div>
<!-- Badge -->
        <div class="glass-panel rounded-full px-4 py-1.5 flex items-center gap-2 mb-8 relative z-10">
            <span class="w-2 h-2 bg-green-500 rounded-full"></span>
            <span class="text-xs font-medium text-neutral-400">v2.1.98 — Latest Version Updated Jan 2025</span>
        </div>
<!-- Game Title -->
        <h1 class="text-4xl md:text-6xl lg:text-7xl font-semibold tracking-tighter leading-[1.1] max-w-4xl relative z-10">
            <span class="bg-clip-text text-transparent bg-gradient-to-b from-white to-neutral-500">Tomb Raider</span>
            <br>
            <span class="text-orange-500">Android APK + OBB</span>
        </h1>
<p class="mt-6 text-lg md:text-xl font-light text-neutral-400 max-w-2xl leading-relaxed relative z-10">
            Download the complete Tomb Raider experience for Android. Full APK with OBB data files — offline play, unlocked, no root required.
        </p>
<!-- Stats Row -->
        <div class="flex flex-wrap justify-center gap-8 md:gap-12 mt-10 relative z-10">
            <div class="text-center">
                <div class="text-2xl md:text-3xl font-semibold text-white">50M+</div>
                <div class="text-xs text-neutral-500 mt-1 uppercase tracking-wide">Downloads</div>
            </div>
            <div class="text-center">
                <div class="text-2xl md:text-3xl font-semibold text-white">4.6★</div>
                <div class="text-xs text-neutral-500 mt-1 uppercase tracking-wide">Rating</div>
            </div>
            <div class="text-center">
                <div class="text-2xl md:text-3xl font-semibold text-white">2.8 GB</div>
                <div class="text-xs text-neutral-500 mt-1 uppercase tracking-wide">Total Size</div>
            </div>
            <div class="text-center">
                <div class="text-2xl md:text-3xl font-semibold text-orange-500">FREE</div>
                <div class="text-xs text-neutral-500 mt-1 uppercase tracking-wide">Price</div>
            </div>
        </div>
<!-- CTA Buttons -->
        <div class="flex flex-col sm:flex-row gap-4 mt-10 relative z-10">
            <button onclick="startDownload('apk')" class="relative pulse-ring group bg-orange-500 hover:bg-orange-600 text-white font-semibold text-base px-8 py-3.5 rounded-full transition-all duration-300 flex items-center gap-2">
                <span class="iconify text-xl" data-icon="lucide:download"></span>
                Download APK + OBB
            </button>
            <button onclick="startDownload('apk-only')" class="group border border-neutral-700 hover:border-orange-500/50 text-white font-semibold text-base px-8 py-3.5 rounded-full transition-all duration-300 flex items-center gap-2">
                <span class="iconify text-xl" data-icon="lucide:package"></span>
                APK Only (48MB)
            </button>
        </div>
<!-- Scroll Indicator -->
        <div

The Tomb Raider (2013) mobile port, developed by Feral Interactive, officially launched on Android and iOS on February 12, 2026. This release is a complete adaptation of the console-style action-adventure game, featuring high-fidelity graphics and the full survivor origin story of Lara Croft. Official Game Details

Availability: You can purchase and download it directly from the Google Play Store.

Storage Requirements: The game requires approximately 12.5GB of free space for the initial installation. Some users report download sizes around 9GB, matching the PC and iOS versions.

System Requirements: Your device must run Android 13 or later. Features: Optimized UI for touchscreens. Full support for gamepads and mouse & keyboard setups. Gyroscopic motion-aiming on supported devices. Performance and visual presets for different hardware. APK & Data Considerations

While many third-party sites offer "APK + Data" downloads, it is highly recommended to use official channels for several reasons: Tomb Raider™ - Apps on Google Play

For those looking to download Tomb Raider for Android, there are several official versions available depending on whether you want a modern AAA experience, classic remasters, or a mobile-first roguelike. Official Download Sources Tomb Raider (2013 Reboot)

: Expertly adapted for mobile by Feral Interactive, this is the full console experience. Google Play Store : Available at Tomb Raider™ Requirements : Requires Android 13 or later and approximately of free storage space. Tomb Raider I-III Remastered tomb raider android game apk data download

: A definitive collection of the first three classic adventures with upgraded graphics and mobile-optimized controls. Google Play Store : Available at Tomb Raider I-III Remastered

: Includes all expansions and secret levels, plus a new Challenge Mode. Tomb Raider Reloaded

: A free-to-play roguelike action game designed specifically for mobile. Google Play Store : Available at Tomb Raider Reloaded : Approximately 190MB to 224MB depending on the version. Google Play Third-Party APK & Data Sources

While official stores are recommended for security, some users seek APK and OBB (data) files from third-party sites for preservation or offline installation. : Provides APK and XAPK files for Tomb Raider I-III Remastered Tomb Raider Reloaded Tomb Raider Forums

: Hosts archival projects for older or delisted versions, such as the original Tomb Raider 1 Android port and the NVIDIA Shield version of the 2013 reboot. OpenLara (GitHub)

: An open-source engine that allows you to play the original 1996 Tomb Raider on Android by providing your own game data files. Important Installation Notes : High-end ports like the 2013 reboot

require significant space (12.5GB+). Ensure you have enough room to avoid installation errors

: For manual installations using an APK, you must place the corresponding OBB data folder Internal Storage > Android > obb for the game to launch correctly. Compatibility : Many modern versions require at least Android 8.0 or 13.0 Google Play or finding a specific controller compatible Tomb Raider™ - Apps on Google Play

Lara Croft's legendary adventures are now more accessible than ever on mobile. As of May 2026, there are three distinct ways to experience Tomb Raider on your Android device, ranging from modern AAA reboots to remastered classics. 1. The Modern Epic: Tomb Raider (2013)

Released for Android on February 12, 2026, this is the first full console-quality Tomb Raider game ported to mobile. Developed by Feral Interactive, this port includes the complete base game and all 12 DLC packs.

Official Download: Available on the Google Play Store for $19.99.

Requirements: Requires Android 13 or later and at least 12.5GB of free space (25GB recommended for smooth installation).

Key Features: Optimized touch controls, full gamepad support, and "Performance" vs "Fidelity" graphics presets. 2. The Classics: Tomb Raider I-III Remastered

For fans of the original PlayStation era, this collection launched on Android on March 12, 2026. It features the first three games with modernized graphics that you can toggle back to the classic low-poly look at any time.

Official Download: Find it as Tomb Raider I-III Remastered on Google Play.

Content: Includes all secret levels and expansions for the first three titles. 3. Mobile-First: Lara Croft GO & Tomb Raider Reloaded

If you prefer games designed specifically for shorter mobile sessions: Tomb Raider I-III Remastered - Apps on Google Play

Tomb Raider I-III Remastered - Apps on Google Play. Games. Apps. Movies & TV. Books. Kids. Games. Apps. Movies & TV. Books. Kids. Google Play LARA CROFT GO VERSION 2.8.2 ... - Tomb Raider Chronicles

The official way to play the console-quality version of Tomb Raider (2013)

on Android is through the Google Play Store version published by Feral Interactive, released on February 12, 2026. This release is a full AAA experience, not a simplified mobile spin-off, and includes 12 DLC packs. Key Technical Requirements

To run the full game smoothly, your device must meet these official specifications: Operating System: Android 13 or later.

Storage Space: At least 12.5GB of free space is required, though 25GB or more is recommended to avoid installation issues.

Input Support: Optimized for touch controls, but also supports gamepads, keyboards, and mice via Bluetooth.

Special Features: Includes gyroscopic motion-aim and customizable graphics presets for performance or high fidelity. Official Tomb Raider Titles for Android

Beyond the 2013 reboot, several other entries are available legally: Tomb Raider I-III Remastered

: High-definition versions of the original trilogy available on the Google Play Store. Lara Croft GO

: A puzzle-based adventure that can be found on Google Play and is often included with a Google Play Pass subscription. Tomb Raider Reloaded

: A free-to-play roguelike action game available through Google Play and the Netflix Games service. Show more Important Note on APK and Data Downloads

While some third-party sites offer APK and OBB data files for older or delisted versions (like the NVIDIA Shield TV port), these often fail to run due to Google Play license verification. Official versions from authorized stores ensure compatibility, cloud save support, and the latest performance optimizations. Tomb Raider™ - Apps on Google Play

The primary way to download and install Tomb Raider (the 2013 reboot) on Android is through the Google Play Store , as it was officially ported by Feral Interactive in early 2026. Google Play Tomb Raider (2013 Reboot)

This version is a premium, complete port of the original AAA game, including all 12 DLC packs. Google Play Available on the Tomb Raider Google Play Page Requirements: Android 13 or later. of free space (25GB+ recommended for installation). Check the official verified device list to ensure compatibility. Installation:

Simply purchase and install via the Play Store. The game will automatically handle the downloading of large "Data/OBB" files. Google Play Classic & Spin-off Titles

If you are looking for other entries in the franchise, their availability varies: Lara Croft GO

: A highly rated turn-based puzzle game. It is fully supported and available on Google Play Tomb Raider Reloaded : A free-to-play roguelike action game available on Google Play Classic Tomb Raider I

: These original ports were delisted from the Play Store years ago. If you are a die-hard fan who owns

Legitimate "APK + Data" downloads for these are largely restricted to preservation archives like Tomb Raider Forums for users who previously owned them Tomb Raider I-III Remastered

: An Android version of the remaster pack (released for PC/Consoles in 2024) is also available through certain mobile marketplaces. Google Play Installation Guide for Manual "APK + OBB"

If you are installing a version from a backup or archive (like the old NVIDIA Shield version or classic ports), follow these steps to ensure the game recognizes the data: Install the APK: file to install the game launcher. Do open the game yet. Locate OBB Data: Find the folder typically named com.feralinteractive.tombraider_android or similar. Transfer to Android Folder:

Move this entire folder to your device's internal storage path: /Internal Storage/Android/obb/ Verify Path: The final structure must be Android/obb/[folder_name]/main.xxxxx.[folder_name].obb Permissions:

On Android 13+, you may need a third-party file manager like to access the /Android/data folders due to system restrictions. graphic settings optimizations for the 2013 mobile port? Tomb Raider™ - Apps on Google Play

Correct path example: /storage/emulated/0/Android/obb/com.realtechvr.tombraider1/main.1.com.realtechvr.tombraider1.obb

Search for your specific game. For example: Tomb Raider 1 v1.0.2 APK + OBB. Download both the .apk file and the .zip or .rar containing the data folder.

| Category | Score (out of 10) | |----------|------------------| | Ease of download | 3/10 (broken links, slow hosts) | | Install success rate | 4/10 | | Stability | 4/10 | | Security | 1/10 | | Value vs. official | 2/10 | | Overall | 2.8/10 (Not recommended) |

TL;DR: Tomb Raider on Android is a fantastic port, but the “APK+data download” route is a buggy, risky, and frustrating mess. Pay the few dollars – your device and sanity will thank you.

Tomb Raider (2013) Android port, released on February 12, 2024

, is a highly impressive, "no-compromise" conversion of the original console reboot. Developed by Feral Interactive

, the game brings the full survival story of Lara Croft on the island of Yamatai to mobile devices with console-quality graphics. Google Play Key Review Points Visual Performance

: Reviewers are "blown away" by how closely the graphics match the PC and console versions. On high-end devices like the Red Magic 10 Pro or Galaxy S8 Ultra, the game runs smoothly with minimal heating. : This is the complete experience, including all 12 DLC packs

(extra tombs, outfits, and skills) bundled into a single purchase.

: The game features customizable touch controls and full support for external gamepads, mice, and keyboards. While touch controls are well-designed, some users find them slightly unresponsive during intense boss fights. Technical Requirements : It is a demanding game, requiring Android 13 or later and approximately

of storage space. Feral Interactive recommends having at least free for a smooth installation. Google Play Pros and Cons Full console experience with no missing content. Highly optimized for modern mobile hardware. No in-app purchases; one-time payment for everything. Offline play supported after installation.

High hardware requirements (Snapdragon 870 or better recommended). Large file size (12GB+).

Some reported bugs where players can get stuck in specific tombs at high completion percentages. Google Play Availability & Cost The game is available on the Google Play Store . It is rated

by thousands of users for its impressive optimization and faithful porting. Quick questions if you have time: Was the technical info helpful? Need help finding other ports? Tomb Raider™ - Apps on Google Play 18 Mar 2026 —

The pursuit of Tomb Raider on Android has evolved significantly in 2026. While users traditionally searched for "APK and OBB data" to sideload older titles, the landscape now centers on high-fidelity official releases and modern remasters that have brought Lara Croft's console-quality adventures directly to mobile devices. The Modern Landscape: Official Releases vs. Legacy Searches

As of early 2026, the era of searching for unreliable third-party APKs has largely been superseded by major official ports: Tomb Raider (2013 Reboot) : Launched on Android on February 12, 2026

, this is a full port of the survivor trilogy’s first installment. Developed by Feral Interactive, it requires Android 13 or later and approximately 12.5GB to 15GB of storage space. Tomb Raider I-III Remastered : Released for Android on March 12, 2026

, this collection brings the original three adventures with updated graphics and modern control schemes. Tomb Raider Reloaded

: For those seeking a native mobile experience, this roguelike shooter is widely available on the Google Play Store Netflix Games Why "APK + Data" Searches are Changing

The standard "APK and Data" download method—where users manually move large OBB files into the Android/obb

folder—is increasingly difficult due to Android's heightened security measures in newer versions.

Downloading Tomb Raider for Android: A Guide

The Tomb Raider series has been a beloved franchise for gamers worldwide, with its iconic protagonist Lara Croft. While the series has primarily been associated with PC and console gaming, there are ways to enjoy Tomb Raider on Android devices.

Is it Possible to Download Tomb Raider for Android?

Yes, it is possible to download and play Tomb Raider on Android devices. However, it's essential to note that the game is not officially available on the Google Play Store. Instead, you'll need to look for APK (Android Package File) downloads from reputable sources.

APK Data Download: What You Need to Know

When searching for Tomb Raider APK downloads, you'll often come across websites offering the game as a free download. However, be cautious when downloading APK files from third-party sources, as they may bundle malware or other unwanted software.

To ensure a safe download, look for websites with a good reputation, such as APKMirror, APKPure, or XAPK.

Tomb Raider Android Game APK Data Download Options

Here are some popular Tomb Raider games available for Android: The Tomb Raider (2013) mobile port, developed by

How to Download and Install Tomb Raider APK Data

To download and install Tomb Raider APK data, follow these steps:

System Requirements and Compatibility

Before downloading and installing Tomb Raider APK data, ensure your device meets the system requirements:

Keep in mind that Tomb Raider APK downloads may not be optimized for all Android devices, so you may encounter performance issues or compatibility problems.

Conclusion

Downloading Tomb Raider APK data for Android can be a great way to enjoy the series on-the-go. However, be cautious when downloading from third-party sources, and ensure your device meets the system requirements. Happy gaming!

Tomb Raider Android Game APK Data Download: A Comprehensive Guide

Tomb Raider, one of the most iconic and beloved action-adventure game franchises, has been thrilling gamers for decades. The series, which debuted in 1996, follows the exploits of Lara Croft, a brave and determined archaeologist, as she explores ancient ruins, battles rival treasure hunters, and uncovers hidden secrets. In this article, we'll focus on the Android version of Tomb Raider, providing a step-by-step guide on how to download and install the APK and data files, as well as discussing the game's features, gameplay, and system requirements.

Overview of Tomb Raider Android Game

The Tomb Raider Android game is a mobile adaptation of the popular PC and console series. Developed by Square Enix, the game's Android version offers a unique blend of exploration, combat, and puzzle-solving, with stunning graphics and an engaging storyline. The game follows Lara Croft as she searches for her missing father, Lord Richard Croft, in the dense jungles of Asia.

Gameplay and Features

The Tomb Raider Android game offers a range of exciting features, including:

System Requirements

To ensure a smooth gaming experience, make sure your Android device meets the following system requirements:

Downloading and Installing Tomb Raider APK and Data Files

To download and install the Tomb Raider Android game, follow these steps:

Tips and Tricks

Conclusion

The Tomb Raider Android game offers an exciting and immersive gaming experience, with stunning graphics, engaging gameplay, and a rich storyline. By following the steps outlined in this article, you can easily download and install the APK and data files, and start exploring the world of Tomb Raider on your Android device.

FAQs

By following this guide, you'll be able to enjoy the thrilling adventures of Lara Croft on your Android device. Happy gaming!

I can’t help with requests to find or distribute APKs, game data files, or instructions for downloading paid or copyrighted apps illegally. That includes sharing links, sites, or steps to obtain Tomb Raider (or similar) Android APKs and game data outside official stores.

I can, however, provide any of the following lawful alternatives—pick one:

Which would you like?

The official release of Tomb Raider (2013) on Android by Feral Interactive introduces a native, high-performance port that includes an interesting 120FPS "Performance Plus" mode—a rare feature for mobile AAA ports that allows for ultra-smooth gameplay on high-end devices. Key Features & Specifications

This version is the complete, uncut "Survivor" origin story, rather than a simplified mobile spin-off.

Included Bonus Content: The mobile version includes all 12 original DLC packs (outfits, weapon upgrades, and a bonus challenge tomb) at no extra cost. Optimization Presets: Graphics Mode: Prioritizes visual fidelity.

Performance Mode: Ensures smooth gameplay with balanced graphics.

Battery Saver: Lowers frames and graphics to extend play sessions.

Flexible Controls: Features fully customizable touchscreen layouts, but also supports Bluetooth controllers, as well as mouse and keyboard on tablets. Technical Requirements:

Download & Install Size: Approximately 9.6GB download, requiring a final installation space of 10GB to 12.5GB.

Hardware: Recommended for devices with Android 13 or later, Snapdragon 8 series or Dimensity 1200 Plus processors, and at least 6GB–8GB of RAM. Official Purchase & Download

You can find the official game on the Google Play Store for $19.99. Be cautious of "APK data" sites, as Feral Interactive uses device verification to ensure the game runs correctly and to provide official stability updates. Mobile Implementation Price $19.99 (one-time purchase) Internet Required for initial download; fully playable offline after Motion Controls Gyroscopic motion-aiming supported Graphics Tailored textures/lighting with up to 120FPS support Tomb Raider™ - Apps on Google Play


Bottom line: You are trusting an anonymous uploader with full access to your device.


  • Launch – if OBB is misplaced, you get a black screen, crash, or infinite “Downloading additional files” loop.
  • Verdict: Not beginner-friendly. Even intermediate users fail on the first attempt ~50% of the time due to bad instructions.