Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. FAILURE: Build failed with an exception.
  2.  
  3. What went wrong: Execution failed for task
  4. ':app:transformResourcesWithMergeJavaResForDebug'.
  5.  
  6. More than one file was found with OS independent path 'project.properties'
  7.  
  8. dependencies {
  9. annotationProcessor 'com.google.auto.value:auto-value:1.2'
  10. implementation fileTree(include: ['*.jar'], dir: 'libs')
  11. implementation 'com.android.support:appcompat-v7:26.1.0'
  12. implementation 'com.android.support.constraint:constraint-layout:1.0.2'
  13. implementation 'com.android.support:support-v4:26.1.0'
  14. testImplementation 'junit:junit:4.12'
  15. androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1',
  16. {
  17. exclude group: 'com.android.support', module: 'support-annotations'
  18. })
  19. api 'com.twitter.sdk.android:twitter-core:3.1.1'
  20. api 'com.google.cloud:google-cloud-translate:1.6.0'
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement