Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Parse.com, Parse SDK download NO Parse-1.10.3.jar file in the SDK

I have done multiple kinds of troubleshooting to figure this out. To no avail. I am going mad trying to figure this out, its just not there. When I download the sdk and extract it from the zip, there is the bolt jar file, but not the regular parse jar file, however the properties file is in the sdk... just not the parse jar file..

like image 814
wesley franks Avatar asked Oct 09 '15 01:10

wesley franks


1 Answers

why you still use the old approach, as Parse SDK become open source you could add SDK just by adding this line in build.gradle it's easier and cleaner.

dependencies {
    compile 'com.parse:parse-android:1.12.0'
}

or if you prefer you can download the latest JAR.

like image 129
humazed Avatar answered Nov 20 '22 17:11

humazed