Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. dependencies {
  2. compile fileTree(dir: 'libs', include: ['*.jar'])
  3. compile 'com.android.support:support-v4:21.0.0'
  4.  
  5. compile 'com.android.support:appcompat-v7:21.0.0'
  6.  
  7. compile 'com.github.asne:asne-facebook:0.2.1'
  8. compile 'com.github.asne:asne-twitter:0.2.0'
  9. compile 'com.github.asne:asne-googleplus:0.2.1'
  10. compile 'com.github.asne:asne-linkedin:0.2.1'
  11. compile 'com.github.asne:asne-instagram:0.2.1'
  12. compile 'com.github.asne:asne-vk:0.2.1'
  13. compile 'com.github.asne:asne-odnoklassniki:0.2.1'
  14. }
  15.  
  16. Error:Execution failed for task ':ap:processDebugManifest'.
  17. > Manifest merging failed. See console for more info.
  18. /Users/moskis/AndroidStudioProjects/Manager/Manager/build/exploded-aar/com.google.android.gms/play-services/4.3.23/AndroidManifest.xml
  19. Error:(1) Could not find element /manifest/application.
  20. Error:(1) Could not find element /manifest/application.
  21. Error:(1) Could not find element /manifest/application.
  22. Error:(1) Could not find element /manifest/application.
  23. Error:(1) Could not find element /manifest/application.
  24. Error:(1) Could not find element /manifest/application.
  25. Error:(1) Could not find element /manifest/application.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement