質問編集履歴

1

関係のありそうなソースを記載

2018/02/07 08:21

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -27,3 +27,71 @@
27
27
  ionic2
28
28
 
29
29
  Cordova
30
+
31
+
32
+
33
+ AndroidManifest.xml
34
+
35
+ ```
36
+
37
+ <?xml version="1.0" encoding="utf-8"?>
38
+
39
+ <!--
40
+
41
+ Licensed to the Apache Software Foundation (ASF) under one
42
+
43
+ or more contributor license agreements. See the NOTICE file
44
+
45
+ distributed with this work for additional information
46
+
47
+ regarding copyright ownership. The ASF licenses this file
48
+
49
+ to you under the Apache License, Version 2.0 (the
50
+
51
+ "License"); you may not use this file except in compliance
52
+
53
+ with the License. You may obtain a copy of the License at
54
+
55
+
56
+
57
+ http://www.apache.org/licenses/LICENSE-2.0
58
+
59
+
60
+
61
+ Unless required by applicable law or agreed to in writing,
62
+
63
+ software distributed under the License is distributed on an
64
+
65
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
66
+
67
+ KIND, either express or implied. See the License for the
68
+
69
+ specific language governing permissions and limitations
70
+
71
+ under the License.
72
+
73
+ -->
74
+
75
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
76
+
77
+ package="org.apache.cordova" android:versionName="1.0" android:versionCode="1">
78
+
79
+ <uses-sdk android:minSdkVersion="16" />
80
+
81
+ </manifest>
82
+
83
+ ```
84
+
85
+ AVD_for_Nexus_9_by_Google.ini
86
+
87
+ ```
88
+
89
+ avd.ini.encoding=UTF-8
90
+
91
+ path=C:\Users(user name).android\avd\AVD_for_Nexus_9_by_Google.avd
92
+
93
+ path.rel=avd\AVD_for_Nexus_9_by_Google.avd
94
+
95
+ target=android-26
96
+
97
+ ```