When I down plugin and install to project.
I done custom it.
remove parse-1.9.2.jar and add parse-1.13.0.
remove blost-1.2.0.jar and add blost-1.4.0.
Then config plugin.xml and file js, .java
When done build app and run it crash.
It accept lib parse verison 1.13.0
Why i do wrong ?
Parse.initialize(new Parse.Configuration.Builder(myContext)
.applicationId("YOUR_APP_ID")
.clientKey(null)
.server("http://localhost:1337/parse/") // The trailing slash is important.
.build()
);
When I down plugin and install to project. I done custom it. remove parse-1.9.2.jar and add parse-1.13.0. remove blost-1.2.0.jar and add blost-1.4.0. Then config plugin.xml and file js, .java When done build app and run it crash. It accept lib parse verison 1.13.0 Why i do wrong ?
Parse.initialize(new Parse.Configuration.Builder(myContext) .applicationId("YOUR_APP_ID") .clientKey(null) .server("http://localhost:1337/parse/") // The trailing slash is important. .build() );