Skip to content

Instantly share code, notes, and snippets.

@st0326s
Created August 21, 2017 08:13
Show Gist options
  • Save st0326s/3d05101d81d742b2e934a80151848959 to your computer and use it in GitHub Desktop.
Save st0326s/3d05101d81d742b2e934a80151848959 to your computer and use it in GitHub Desktop.
Unity5.6.2 Android ビルドエラー対応 ref: http://qiita.com/satotin/items/bd31892894da37da6840
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.unity3d.player"
android:installLocation="preferExternal"
android:versionCode="1"
android:versionName="1.0">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment