Android Build Error: UnsupportedClassVersionError: com/android/dx/command/Main : Unsupported major.minor version 52.0"


Change the build tool version

buildToolsVersion "24.0.0 rc2" to 

buildToolsVersion "23.0.2"

Comments

Popular posts from this blog

change svg android drawable color

Working with Android Hierarchy Viewer

network request using urlconnection