You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the facebook project and the examples/simple project use the same project names. This results in the build process producing two different com.facebook.android.R.class files, which causes dex to choke when assembling the apk on IntelliJ. I'm surprised this isn't a problem on eclipse as well.
Changing the project name in simple to com.facebook.android.example solved this problem. The problem may also exist for the Stream example, but I haven't tried it myself.
The text was updated successfully, but these errors were encountered:
Not a problem here with IntelliJ. They're supposed to have the same package name. I create the examples as a 'project from source' and add the Facebook.iml as a module to that project. Works ok. When you experience the errors in IntelliJ editor (red underlined words), hit Alt+Enter and make it dependent on the Facebook module, which you just added.
I get stream and simple running on IntelliJ without a problem.
Both the facebook project and the examples/simple project use the same project names. This results in the build process producing two different com.facebook.android.R.class files, which causes dex to choke when assembling the apk on IntelliJ. I'm surprised this isn't a problem on eclipse as well.
Changing the project name in simple to com.facebook.android.example solved this problem. The problem may also exist for the Stream example, but I haven't tried it myself.
The text was updated successfully, but these errors were encountered: