<!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 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
Here’s a well-written, positive review you can use or customize for a Tomb Raider Android game (assuming you’re reviewing a legitimate port like Tomb Raider I or Tomb Raider: Relic Run — note that full AAA Tomb Raider titles aren’t officially on Android outside of classics or spin-offs):
Title: Worth every megabyte – runs smoothly, amazing nostalgia!
Rating: ⭐⭐⭐⭐⭐
I downloaded the APK + data files for the classic Tomb Raider Android port, and I’m really impressed. First, the installation was straightforward — just installed the APK, then moved the data folder to Android/obb (or data), and it fired up without any crashes or black screens.
Graphics & Performance:
For a mobile port of a classic, the visuals hold up surprisingly well. Textures are clean, Lara’s animations are smooth, and the frame rate stayed stable even on my mid-range phone (no overheating).
Controls:
The touchscreen controls are customizable and responsive. The jump/grab timing feels accurate, and there’s controller support if you prefer a gamepad. Camera control is a bit finicky at times, but that’s true of the original too.
Content:
Full levels, all secrets, original audio — no stripped-down content. Saves work perfectly, and the atmosphere (traps, puzzles, enemies) is just as tense and rewarding as on PC/PS1.
Heads-up for new players:
You’ll need to manually place the OBB/data file after installing the APK (use a file manager). Also, allow “install from unknown sources” temporarily. Once it’s set, it runs offline with no ads.
Verdict:
If you’re a Tomb Raider fan and don’t mind a quick manual setup, this is the definitive way to play the original adventure on the go. 10/10 for nostalgia, port quality, and value.
⚠️ Important note: Only download APK + data files from trusted sources to avoid malware. Also, be aware that distributing copyrighted game files without purchase is illegal in many regions. This review template assumes you’ve legitimately obtained the game where allowed.
Tomb Raider Android Game
The Tomb Raider series is a popular action-adventure game franchise that has been around since the 1990s. While there isn't an official Tomb Raider game developed specifically for Android, there are some Android games that are inspired by the series or offer similar gameplay experiences. tomb raider android game apk data download
APK Download
If you're looking to download the APK file for a Tomb Raider-like game on Android, I can suggest a few options:
Data Download
When downloading APK files, it's essential to be cautious and only download from reputable sources to avoid malware and other security risks. Additionally, some games may require additional data downloads to function properly.
Before downloading any APK files or game data, ensure that your Android device meets the game's system requirements and that you have enough storage space available.
Google Play Store Alternative
If you prefer to download games from the Google Play Store, you can search for "Tomb Raider" or "action-adventure games" to find similar titles. Some popular action-adventure games available on the Google Play Store include:
Caution
When downloading APK files or game data from third-party sources, be aware of the potential risks, including:
To minimize these risks, always:
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
: 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
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 The world of Lara Croft has expanded significantly
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
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
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 Title: Worth every megabyte – runs smoothly, amazing
, 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.
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
You need BOTH files. Installing only the APK will cause the game to crash or display a "Download failed because you may not have purchased this app" error.
Even with the correct tomb raider android game apk data download, users face issues. Here is how to fix them:
You need:
main.xxxxx.com.crystaltombraider.obb – size ~1.5-2 GB)Look for versions labeled "Full APK + Data" or "Pre-patched".
com.realtechvr.tombraider2). Also, ensure the OBB file is inside the obb folder, not the data folder.