Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. sdkmanager "platform-tools" "build-tools;28.0.3" "platforms;android-26" "platforms;android-28"
  2.  
  3. sdkmanager --licenses
  4.  
  5. C:Dev>SET ANDROID_HOME=C:/android-sdk&&SET PATH=C:/gradle-4.0/bin;%PATH%&&SET JAVA_HOME=C:/Program Files/Java/jdk1.8.0_31&&cd C:/Android/dev/ProgramName&&gradle clean
  6.  
  7. > You have not accepted the license agreements of the following SDK components:
  8. [Android SDK Build-Tools 28.0.3, Android SDK Platform 28].
  9. Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement