Compare commits
1 Commits
v15.0.0-co
...
v14-settin
| Author | SHA1 | Date | |
|---|---|---|---|
| 9497ebce05 |
65
README-community.md
Normal file
65
README-community.md
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
# Real Racing 3 - Discord Community Version
|
||||||
|
|
||||||
|
This branch contains the modified APK being worked on by the Discord community.
|
||||||
|
|
||||||
|
## Version Info
|
||||||
|
- **Filename**: RR3_WORKIING_NO32BITCUZKYS signed.apk
|
||||||
|
- **Size**: 71.57 MB
|
||||||
|
- **Source**: Discord community development
|
||||||
|
|
||||||
|
## Key Changes from Original
|
||||||
|
|
||||||
|
### ❌ Removed Features
|
||||||
|
- **32-bit support (armeabi-v7a)** - This version is 64-bit only
|
||||||
|
- Original had both armeabi-v7a (22.56 MB) and arm64-v8a (31.57 MB)
|
||||||
|
- This version only includes arm64-v8a (31.57 MB)
|
||||||
|
- **Impact**: Will NOT work on older/budget Android devices
|
||||||
|
|
||||||
|
### ✅ Architecture Support
|
||||||
|
- **arm64-v8a only** (64-bit ARM)
|
||||||
|
- Requires Android device with 64-bit processor
|
||||||
|
- Minimum SDK: 26 (Android 8.0)
|
||||||
|
- Target SDK: 36 (Android 16)
|
||||||
|
|
||||||
|
### 📁 Contents
|
||||||
|
- `realracing3-community.apk` - Modified APK file
|
||||||
|
- `decompiled-community/` - Decompiled source code
|
||||||
|
- `resources/` - Assets, manifest, native libraries
|
||||||
|
- `sources/` - Java source code
|
||||||
|
|
||||||
|
## Native Libraries (arm64-v8a)
|
||||||
|
- libRealRacing3.so - 31.57 MB (main game engine)
|
||||||
|
- libfuelmetrics.so - 4.04 MB (analytics/metrics)
|
||||||
|
- libfmodex.so - 1.22 MB (audio engine)
|
||||||
|
- libc++_shared.so - 0.97 MB (C++ runtime)
|
||||||
|
- libapplovin-native-crash-reporter.so - 0.83 MB
|
||||||
|
- libcrashlytics-common.so - 0.72 MB
|
||||||
|
- And more...
|
||||||
|
|
||||||
|
## Comparison with Original
|
||||||
|
|
||||||
|
| Feature | Original (main branch) | Community Version |
|
||||||
|
|---------|----------------------|-------------------|
|
||||||
|
| 32-bit support | ✅ Yes | ❌ No |
|
||||||
|
| 64-bit support | ✅ Yes | ✅ Yes |
|
||||||
|
| APK Size | 100.32 MB | 71.57 MB |
|
||||||
|
| Device compatibility | Wider | Modern devices only |
|
||||||
|
|
||||||
|
## Why Remove 32-bit?
|
||||||
|
|
||||||
|
Removing 32-bit support:
|
||||||
|
- ✅ Reduces APK size by ~30 MB
|
||||||
|
- ✅ Simplifies development/testing
|
||||||
|
- ✅ Modern devices (2018+) are all 64-bit
|
||||||
|
- ❌ Breaks compatibility with older/budget phones
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
This is a work-in-progress community modification. Check Discord for:
|
||||||
|
- Latest changes
|
||||||
|
- Testing requests
|
||||||
|
- Feature discussions
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Note**: This branch is for community development. For the original APK, see the `main` branch.
|
||||||
@@ -12,8 +12,8 @@ packageInfo:
|
|||||||
forcedPackageId: 127
|
forcedPackageId: 127
|
||||||
renameManifestPackage: null
|
renameManifestPackage: null
|
||||||
versionInfo:
|
versionInfo:
|
||||||
versionCode: 150000
|
versionCode: 14001
|
||||||
versionName: 15.0.0-community-alpha
|
versionName: 14.0.1
|
||||||
resourcesAreCompressed: false
|
resourcesAreCompressed: false
|
||||||
sharedLibrary: false
|
sharedLibrary: false
|
||||||
sparseResources: false
|
sparseResources: false
|
||||||
|
|||||||
Reference in New Issue
Block a user