Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>OK, finally got the facebook android SDK worked for me. Here are the order of steps I did.</p> <ol> <li>Open up and be in your current android project then select <code>File</code> | <code>New Module</code></li> <li>Choose "<code>Library Module</code>" on the left-side panel.</li> <li>Fill in the required information on the right-side panel. Here I just given the:<br/> <ul> <li><code>Module name</code>: "facebook"</li> <li><code>Content root</code>: Choose where the downloaded facebook android SDK is, and be sure to select the subfolder named "facebook"<br/> <img src="https://i.stack.imgur.com/k370e.png" alt="select facebook subfolder"><br/><br/></li> <li><code>Module file location</code>: same as Content root<br/> <img src="https://i.stack.imgur.com/oBaHv.png" alt="New Module Window in IntelliJ IDEA 12"></li> <li><code>Package name</code>: com.facebook.android (<strong>Guess could assign arbitrarily?</strong>)</li> </ul></li> <li>Click <code>finish</code> button and wowla~ you got the facebook android sdk module in your project.</li> <li>Go to <code>File</code> | <code>Project Structure</code> then select the <code>Modules</code> pages at the left panel<br/> <img src="https://i.stack.imgur.com/cKOKe.png" alt="enter image description here"></li> <li>Select your original android project, Click Plus(Add) button to add a new <code>Module Dependency</code>, you will see the facebook module we created above just shown for selection. Select it.</li> <li>Click the apply, OK button. Then you got the facebook android SDK worked flawlessly in you android application. Congrats!!</li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload