반응형
[Android] facebook sdk applicationId cannot be null |
If you encounter error message "applicationId cannot be null" then.. add following code to your manifest.
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/app_id"/>
where app_id can be found at the facebook app page.
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
이클립스 로딩 중 멈출 때 해결 방법 (0) | 2014.08.13 |
---|---|
android generate parcelable open source library (0) | 2014.08.12 |
[java] IllegalArgumentException @ Random.nextInt( int n ) (0) | 2014.07.04 |
Android GridLayout Tutorial (3) | 2014.06.10 |
Android ViewDragHelper Tutorial (0) | 2014.06.09 |
댓글