Created
August 21, 2017 08:13
-
-
Save st0326s/3d05101d81d742b2e934a80151848959 to your computer and use it in GitHub Desktop.
Unity5.6.2 Android ビルドエラー対応 ref: http://qiita.com/satotin/items/bd31892894da37da6840
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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