Mobile Development – Common Errors & Fixes
1. Broken or Missing Build Tools (Android)
Build-tool 35.0.0 is missing AAPT at /.../build-tools/35.0.0/aapt
FAILURE: Build failed with an exception.
> Installed Build Tools revision 35.0.0 is corrupted. Remove and install again using the SDK Manager.sdkmanager --uninstall "build-tools;35.0.0" sdkmanager "build-tools;35.0.0"
2. expo run:android Fails – Emulator Not Detected
expo run:android Fails – Emulator Not Detected3. Path Handling Errors in react-native-libsodium (Windows)
react-native-libsodium (Windows)4. ADB Shows Duplicate or Ghost Devices
Extra Tips for Smooth Builds
Still Stuck?
PreviousBuilding a React Native Mobile App with Abstraxion (Xion.js)NextHow to Create a Custom Reclaim zkTLS Provider
Last updated
Was this helpful?