cordova-plugin-x-socialsharingを有効にするとAndroidカスタムビルドデバッガーでエラーとなりビルドできません。
githubのissueも確認したのですが解決策が分からず、質問させていただきました。
#■発生環境
**開発環境:**MonacaクラウドIDE
**プロジェクト:**最小限のテンプレート
(開発は別のテンプレートですが、原因調査をすべく「最小限のテンプレート」で試しましたが、やはりエラーになりました)
#■ビルド結果(1)
「最小限のテンプレート」でプロジェクトを作成した直後は、以下どちらも成功。
・カスタムビルドデバッガー 成功
・デバッグビルド 成功
有効なプラグイン
・Monaca Plugin v3.3.1
・Splashscreen v6.0.0
・Whitelist v1.3.4
#■ビルド結果(2)
cordova-plugin-x-socialsharingを追加後、カスタムビルドデバッガーでビルド失敗。
・カスタムビルドデバッガー 失敗
・デバッグビルド 成功
有効なプラグイン
・Monaca Plugin v3.3.1
・Splashscreen v6.0.0
・Whitelist v1.3.4
・Social Sharing v6.0.2
補足
初回ビルド時に以下のエラーが出ますが、エラー内容通りに対処すれば、このエラーは出なくなります。
- 「android.useAndroidX」プロパティが有効になっていません。config.xmlに「AndroidXEnabled」設定を追加する必要があります。設定例:<platform name="android"><preference name="AndroidXEnabled" value="true"/></platform>
#■エラー内容
BUILDLOG
1~ログが多いのでここ迄のログは割愛~ 2[20:48:56] > Task :app:mergeDebugJavaResource 3[20:48:56] Note: Recompile with -Xlint:unchecked for details. 4[20:48:56] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 5[20:48:56] 100 errors 6[20:48:56] FAILURE: Build failed with an exception. 7[20:48:56] * What went wrong: 8[20:48:56] Execution failed for task ':app:compileDebugJavaWithJavac'. 9[20:48:56] > Compilation failed; see the compiler error output for details. 10[20:48:56] * Try: 11[20:48:56] Run with --stacktrace option to get the stack trace. Run with --info 12[20:48:56] Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. 13[20:48:56] Use '--warning-mode all' to show the individual deprecation warnings. 14[20:48:56] See https://docs.gradle.org/6.5/userguide/command_line_interface.html#sec:command_line_warnings 15[20:48:56] 26 actionable tasks: 26 executed 16[20:48:56] or --debug option to get more log output. Run with --scan to get full insights. 17[20:48:56] * Get more help at https://help.gradle.org 18[20:48:56] BUILD FAILED in 19s 19[20:48:57] Command failed with exit code 1: /tmp/download/platforms/android/gradlew cdvBuildDebug -b /tmp/download/platforms/android/build.gradle 20
#■cordova-plugin-x-socialsharingの有効化方法
[設定]→[Cordovaプラグインの管理]→[Cordovaプラグインのインポート]から、以下3つの方法を試しましたが、いずれもビルドエラーになりました。
(1)圧縮されたパッケージ(ZIP/TGZ)をアップロード
※あらかじめhttps://github.com/EddyVerbruggen/SocialSharing-PhoneGap-PluginからZIPダウンロードしたものをアップロード
(2)URL指定
https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.gitを指定して有効化
(3)パッケージ名を指定
「cordova-plugin-x-socialsharing」を指定して有効化
#■補足
iOSでは、カスタムビルドデバッガー、デバッグビルド、リリースビルド、アドホックビルドなど問題なくビルドできました
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/12 08:41