Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
sudo apt install sdkmanager Solved it for me. And then I had to run this to fix the licensing issues: sudo chmod -R 777 /usr/lib/android-sdk/ sdkmanager --licenses ./gradlew build sudo chmo...
Answer
#2: Post edited
- ```
- sudo apt install sdkmanager
- ```
Solved it for me.
- ```
- sudo apt install sdkmanager
- ```
- Solved it for me.
- And then I had to run this to fix the licensing issues:
- ```
- sudo chmod -R 777 /usr/lib/android-sdk/
- sdkmanager --licenses
- ./gradlew build
- sudo chmod -R 755 /usr/lib/android-sdk/
- ```