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 17, 2015
1 parent 2550b52 commit 4f82785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on the following line:
```
<manifest xmlns:android="http:https://schemas.android.com/apk/res/android" package="com.frispgames.frispsocialunityasset" android:versionName="1.0" android:versionCode="1" android:installLocation="preferExternal">
```
* Permission issues: Make sure the following line is in your AndroidManifest:
* Permission issues: Make sure the following line is in your AndroidManifest.xml this should be under ```Plugins/Android``` if not you can find one under ```Temp/StagingArea``` after building for android. Add this into your ```Plugins/Android``` and add the below line:
```
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
```
Expand Down

0 comments on commit 4f82785

Please sign in to comment.