質問編集履歴
4
編集
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
3
編集
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,7 +18,6 @@
|
|
18
18
|
|
19
19
|
---
|
20
20
|
|
21
|
-
上記のエラーは複数出現します。
|
22
21
|
|
23
22
|
以下、行ったプロセスの詳細です。
|
24
23
|
※実機テスト用デバイスのandroidバージョン:4.4.2
|
2
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,6 +5,17 @@
|
|
5
5
|
|
6
6
|
/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebChromeClient.java:272: エラー: メソッドはスーパータイプのメソッドをオーバーライドまたは実装しません
|
7
7
|
|
8
|
+
注意:一部の入力ファイルは非推奨のAPIを使用またはオーバーライドしています。
|
9
|
+
注意:詳細は、-Xlint:deprecationオプションを指定して再コンパイルしてください。
|
10
|
+
エラー18個
|
11
|
+
:CordovaLib:compileDebugJava FAILED
|
12
|
+
|
13
|
+
Execution failed for task ':CordovaLib:compileDebugJava'.
|
14
|
+
Compilation failed; see the compiler error output for details.
|
15
|
+
|
16
|
+
Error code 1 for command: /platforms/android/gradlew with args: cdvBuildDebug,-b,/platforms/android/build.gradle,-Dorg.gradle.daemon=true
|
17
|
+
ERROR building one of the platforms: Error: /platforms/android/cordova/build: Command failed with exit code 1
|
18
|
+
|
8
19
|
---
|
9
20
|
|
10
21
|
上記のエラーは複数出現します。
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,5 +16,6 @@
|
|
16
16
|
・プラットフォームの追加
|
17
17
|
・AndroidManifest.xmlの変更(android:targetSdkVersion="19")
|
18
18
|
・project.propertiesの変更(target=android-19)
|
19
|
+
・実機テスト用デバイスのUSBデバックの設定
|
19
20
|
|
20
21
|
ご存知の方がいらっしゃいましたらご教授頂けますと幸いです。
|