简体   繁体   中英

Parse.com library doesn't work in my android app

When i run my app without parse library it works just fine, but once i add these two lines:

compile fileTree(dir: 'libs', include: 'Parse-*.jar')
compile fileTree(dir: 'libs', include: 'ParseCrashReporting-*.jar')

the app doesn't work and this is what it shows me 在此处输入图片说明

Download parse sdk and add it into libs folder. " compile fileTree('libs') " copy and paste this line in your gradle.

If this answer work for you please mark it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM