Seem doesn't get Facebook SDK resource when using Facebook Android SDK in IntelliJ IDEA 12
问题 According to the article Add facebook SDK to IntelliJ Android project?, I choose to add the " facebook.jar " file as a Module in the " Dependencies " section in the project structure. The compile process works fine. However, when I trying to using "Session Login" to login in facebook, I got the runtime error message like this: 02-06 20:15:56.648: ERROR/AndroidRuntime(5891): FATAL EXCEPTION: main java.lang.NoClassDefFoundError: com.facebook.android.R$layout at com.facebook.LoginActivity