ToggleButton
ToggleButton copied to clipboard
Import to Android Studio
How do I import this Library to android studio?
@Skizov2
- Download last version
- File -> New -> Import module
- You can get errors like me, I googled and found answers:
a) Add this line in project's build file: 'classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'' like here (http://stackoverflow.com/questions/26472221/plugin-with-id-android-sdk-manager-not-found) b) Delete the last line of the build file of the library (http://stackoverflow.com/questions/28450549/errorno-such-property-group-for-class-org-gradle-api-publication-maven-intern)
Could you show me the details??? Thanks really
@sjtuhu which details? Ask what you can't get