gorbin / gorbin/ASNE

NoClassDefFoundError GooglePlusSocialNetwork when add Google play services

Open
#97 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
877
Forks
225
PR merge metrics
No merged PRs in 30d

Description

If add google play services dependency to demo or other project
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.github.asne:asne-facebook:0.3.3'
compile 'com.github.asne:asne-linkedin:0.3.3'
compile 'com.github.asne:asne-twitter:0.3.3'
compile ('com.github.asne:asne-googleplus:0.3.3')
compile 'com.google.android.gms:play-services:7.5.0'
}

I get
java.lang.NoClassDefFoundError: com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
at com.github.gorbin.asnetutorial.MainFragment.onCreateView(MainFragment.java:91)

At run time

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.