質問編集履歴
2
誤字を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,7 +76,7 @@
|
|
76
76
|
|
77
77
|
<?xml version="1.0" encoding="utf-8"?>
|
78
78
|
|
79
|
-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.
|
79
|
+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.[project_name]" android:versionCode="1" android:versionName="1.0">
|
80
80
|
|
81
81
|
<application android:label="@string/app_name" android:icon="@drawable/app_icon">
|
82
82
|
|
1
誤字を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
### 概要
|
12
12
|
|
13
|
-
gree/unity-webviewを使い
|
13
|
+
gree/unity-webviewを使い、Assets/StreamingAssets内に入れた、仮称「A.html」はAndroid実機で表示していたのですが、
|
14
14
|
|
15
15
|
Unityのアップデートや、Firebaseのアップデート等を行っていくうちに、気づいたら表示されない状態(真っ白なページ)になってしまいました…。
|
16
16
|
|
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
|
44
44
|
|
45
|
-
上記のことからAndroid実機にビルドした場合にWebViewが表示されないのではない
|
45
|
+
上記のことからAndroid実機にビルドした場合にWebViewが表示されないのではないかと予想し、今回は
|
46
46
|
|
47
47
|
|
48
48
|
|