Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treacher committed Mar 15, 2015
1 parent 7745b91 commit 49b3d4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ public class ExampleShare : MonoBehaviour {
}
}
```
* Add the following to Plugins/Android/AndroidManifest.xml inside your project:
If you don't already have an AndroidManifest.xml use this [one](https://github.com/frispgames/android-social-library/blob/master/AndroidManifest.xml)
```XML
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"></uses-permission>
```
### Troubleshooting
#### Android:
* INSTALL_FAILED_CONTAINER_ERROR: This comes up all the time for me. What you need to do is unistall the application on the android phone if it is already installed and then erase the SD card on the emulator. You can do this by going to Settings->Storage->Erase SD card

0 comments on commit 49b3d4b

Please sign in to comment.