You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
I had got the same error. But I resolved the issue by adding the following
missing line from build.gradle in dependencies. compile
'com.parse.bolts:bolts-android:1.+'
After adding this line, my dependencies body was like this:
dependencies {
compile fileTree(dir: 'libs', include: ['.jar'])
compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.parse.bolts:bolts-android:1.+'
compile fileTree(dir: 'libs', include: 'Parse-.jar')
compile fileTree(dir: 'libs', include: "commons-io-2.4.jar") }
You can match with yours too and see if it can help you too
Sreeram.P
BTech.Computer Science
College of engineering,Cherthala
Alappuzha
I use ubuntu java oracle 1.8 android studio. Compile error: Error: Execution failed for task ': rebound-android-example: preDexDebug'.
The text was updated successfully, but these errors were encountered: