Unable to run the recordPaparazziDebug command, failing with Missing platform version 33
See original GitHub issueDescription Trying to record the screenshots, but it’s failing with this error
Missing platform version 33. Install with SDK manager --install "platforms;android-33"
Tho, I’ve all the platforms installed.
Steps to Reproduce I’ve run this command, to generate the screenshots
./gradlew module:recordPaparazziDebug --tests "*Screenshot" -Pscreenshot
Expected behavior It should’ve generated the screenshots instead of giving the error
Additional information:
- Paparazzi Version: 1.2.0
- OS: macOS (13.0.1 (22A400))
- Compile SDK: 33
- Gradle Version: 7.6
- Android Gradle Plugin Version: 7.3.0
Screenshots Screenshot of error
Issue Analytics
- State:
- Created 10 months ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Layoutlib Bridge initialization failed · Issue #489 - GitHub
Description I was not able to use the Paparazzi in my projects. I'm always getting the same error, it seems like Paparazzi is...
Read more >"Failed to install the following Android SDK packages as some ...
According to Android SDK docs you can use the following command depending on the sdkmanager location: Docs on --licenses option seems to be...
Read more >Android SDK 29 “unable to install additional SDK platform ...
To update the Android SDK, Unity uses the Android sdkmanager command line tools, but the command will fail if it's located in the...
Read more >How to Fix “Failed to install the following Android SDK ...
Step 1: In Android Studio go to Tools > SDK Manager. Step 2: Go to the SDK Tools tab as shown in the...
Read more >Update the IDE and SDK Tools - Android Developers
To open the SDK Manager from Android Studio, click Tools > SDK Manager or click SDK Manager in the toolbar. If you're not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey, had this issue as well and was able to make it work by removing own definition of ANDROID_HOME env. variable in shell profile.
Oops, I missed that detail in your screenshot. Sorry!