How to install facebook/stetho. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
facebook/stetho Installation Guide
How to install facebook/stetho. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for facebook/stetho. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i facebook/stethoor
Install via npx
npx @hexmos/ipm i facebook/stethoPrerequisites
Android SDK
system_packageVersion: N/A (check Android Studio documentation for version requirements)
Gradle
build_toolVersion: 7.1.0 (or latest)
Java Development Kit (JDK)
system_packageVersion: 1.8 (or latest)
Android Studio
system_packageVersion: 4.2.3 (or latest)
Chrome Browser
system_packageVersion: latest
Maven
build_toolVersion: 3.6.0 (or latest)
Git
system_packageVersion: 2.34 (or latest)
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Download and Initialization
Stetho.initializeWithDefaults(this); Post Installation Steps
- Start the server using the command: `./gradlew run`
- Run migrations using the command: `./gradlew migrate`
