Tomb Raider Android Game Apk Data Download ^hot^ May 2026

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.

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

<!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

If you're looking for Tomb Raider games on Android, there are several distinct titles currently available, ranging from the modern 2013 reboot to the classic original adventures. 1. Tomb Raider (2013 Reboot) Survivor Trilogy

" opener was officially released for Android in February 2026 by Feral Interactive. This is a full AAA console port with updated graphics and touch controls. Official Store: Tomb Raider™ on Google Play.

Requirements: Needs Android 13 or later and approximately 12.5 GB of free space. Price: Usually around $19.99. 2. Tomb Raider I-III Remastered tomb raider android game apk data download

Aspyr Media released this definitive collection in March 2026, featuring the first three original adventures with updated visuals and a new "Challenge Mode". Official Store: Tomb Raider I-III Remastered on Google Play Content: Includes Tomb Raider I , II, and along with all expansions (e.g., The Golden Mask). 3. Mobile-First Spin-offs Lara Croft GO - Apps on Google Play

As of April 2026, there are several official ways to play the Tomb Raider

franchise on Android, including a major recent release of the console-quality reboot. Latest Releases & Availability Tomb Raider (2013 Reboot) : Released for Android on February 12, 2026 Feral Interactive . This is a full port of the console game. : $19.99 / £12.99 / €15.99. : Requires approximately of free space (25GB recommended for installation). OS Requirement : Android 13 or later. Tomb Raider I-III Remastered

: A definitive collection of the first three original adventures, including all expansions and secret levels, restored with upgraded graphics. Tomb Raider Reloaded

: A free-to-play roguelike action game featuring Lara Croft with a stylized look. Google Play Download and Installation Platform Link Tomb Raider (2013) Google Play Store Includes 12 DLC packs; supports gamepads. TR I-III Remastered Google Play Store Features original polygon or upgraded graphics toggle. Tomb Raider Reloaded Google Play Store Procedurally generated stages and upgrades. Official Requirements

For the high-end 2013 port, Feral Interactive recommends checking their supported device list

to ensure compatibility. Key hardware requirements generally include: Google Play

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 The primary way to download and install Tomb

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


Final Verdict: Should you download the APK+Data?

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.

The evolution of the Tomb Raider franchise from high-end consoles to mobile platforms represents a significant milestone in gaming history. For many enthusiasts, the search for "Tomb Raider Android game APK data" is not just about finding a file; it is about reclaiming the nostalgia of Lara Croft’s original 1996 adventures in a modern, portable format. The Portability of a Legend

When Square Enix ported the original Tomb Raider and its sequel, Tomb Raider II, to Android, it offered a masterclass in how classic level design can translate to touchscreens. The mobile version retains the atmosphere of the original—the isolation of the Peruvian mountains, the eerie silence of the Vilcabamba ruins, and the sudden, adrenaline-pumping encounters with prehistoric predators. For players seeking the APK and OBB data, the primary draw is the ability to carry a landmark of gaming history in their pocket. Technical Hurdles and Compatibility

The search for "APK and data" files often arises because the original official ports were removed from the Google Play Store due to compatibility issues with newer versions of Android. This has forced the community to rely on archived versions. However, this transition is not without its challenges:

Touch Controls vs. Precision: The original game was built for controllers. On mobile, navigating Lara through complex platforming sections requires a steep learning curve.

Data Integration: Unlike standard apps, these games require "OBB data"—a separate folder containing the game’s textures and audio—to be manually placed in the device's internal storage.

Modern Optimization: Newer devices often require "patched" APKs to handle modern aspect ratios and updated security protocols. The Ethics and Risks of Downloads

While the desire to play is high, downloading APKs from unofficial sources carries inherent risks. Beyond the legal gray area of "abandonware," third-party files can contain malware or trackers. The gaming community generally recommends using reputable archival sites or community-driven projects that focus on preservation rather than piracy. Conclusion

The enduring quest for Tomb Raider on Android proves that great game design is timeless. Whether through official ports or community archives, the chance to guide Lara Croft through the Lost Valley on a smartphone remains a compelling prospect. It bridges the gap between the blocky, revolutionary graphics of the nineties and the sophisticated hardware of today, ensuring that the legend of the Tomb Raider never truly stays buried. If you're looking for Tomb Raider games on

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 —


1. Context: What Game Are We Actually Talking About?

When searching for “Tomb Raider Android APK data download”, you are almost certainly referring to the 2013 Tomb Raider reboot (the origin story of Lara Croft).

  • Official version: Published by Feral Interactive (ported from PC/console).
  • Availability: Paid app on Google Play (~$2–3 USD when on sale, otherwise ~$8–10).
  • File size: ~2.6 GB after installation (APK + OBB data files).

Note: Older Tomb Raider games (TR1, TR2, etc.) exist via third-party engines like OpenLara, but the “APK + data” search overwhelmingly targets the 2013 reboot.


Part 6: Is It Worth It in 2024?