8***@qq.com
8***@qq.com
  • 发布:2021-09-28 10:43
  • 更新:2021-09-28 10:43
  • 阅读:1788

更新之后无法打包基座了呀

分类:HBuilderX
问题如下,主要是看不懂!翻译也是说啥无法剥离! The message received from the daemon indicates that the daemon has disappeared. Build request sent: Build{id=44dd3a3d-d3b0-4816-9603-6e83fd7af4ed, currentDir=[PackagePath]} Attempting to read last messages from the daemon log... Daemon pid: 7924 log file: /home/[Name]/.gradle/daemon/6.5/daemon-7924.out.log ----- Last 20 lines from daemon log file - daemon-7924.out.log ----- Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86/libCtaApiLib.so' due to missing strip tool for ABI 'X86'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86/liblamemp3.so' due to missing strip tool for ABI 'X86'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86/libgifimage.so' due to missing strip tool for ABI 'X86'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86/libc++_shared.so' due to missing strip tool for ABI 'X86'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86/libweexjsb.so' due to missing strip tool for ABI 'X86'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86_64/libpl_droidsonroids_gif.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86_64/libweexjss.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86_64/libnative-filters.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86_64/libnative-imagetranscoder.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86_64/libweexjst.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86_64/libimagepipeline.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86_64/libweexcore.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86_64/libCtaApiLib.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86_64/libgifimage.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86_64/libc++_shared.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. Unable to strip library '[PackagePath]/app/build/intermediates/merged_native_libs/release/out/lib/x86_64/libweexjsb.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is. Unable to strip the following libraries, packaging them as they are: lib39285EFA.so, libAMapSDK_MAP_v7_9_1.so, libCtaApiLib.so, libc++_shared.so, libgifimage.so, libijkffmpeg.so, libijkplayer.so, libijksdl.so, libimagepipeline.so, liblamemp3.so, libnative-filters.so, libnative-imagetranscoder.so, libpl_droidsonroids_gif.so, libweexcore.so, libweexjsb.so, libweexjss.so, libweexjst.so. AAPT2 aapt2-4.1.1-6503028-linux Daemon #0: shutdown Task :app:stripReleaseDebugSymbols in app Finished app:stripReleaseDebugSymbols (Thread[Daemon worker Thread 22,5,main]) completed. Took 3 mins 8.239 secs. ----- End of the daemon log -----FAILURE: Build failed with an exception.
  • What went wrong:
    Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)

  • Try:
    Run with --debug option to get more log output. Run with --scan to get full insights.

  • Exception is:
    org.gradle.launcher.daemon.client.DaemonDisappearedException: Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
    at org.gradle.launcher.daemon.client.DaemonClient.handleDaemonDisappearance(DaemonClient.java:250)
    at org.gradle.launcher.daemon.client.DaemonClient.monitorBuild(DaemonClient.java:223)
    at org.gradle.launcher.daemon.client.DaemonClient.executeBuild(DaemonClient.java:185)
    at org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:148)
    at org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:99)
    at org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:56)
    at org.gradle.internal.Actions$RunnableActionAdapter.execute(Actions.java:212)
    at org.gradle.launcher.cli.DefaultCommandLineActionFactory$ParseAndBuildAction.execute(DefaultCommandLineActionFactory.java:294)
    at org.gradle.launcher.cli.DefaultCommandLineActionFactory$ParseAndBuildAction.execute(DefaultCommandLineActionFactory.java:266)
    at org.gradle.launcher.cli.DebugLoggerWarningAction.execute(DebugLoggerWarningAction.java:82)
    at org.gradle.launcher.cli.DebugLoggerWarningAction.execute(DebugLoggerWarningAction.java:30)
    at org.gradle.launcher.cli.WelcomeMessageAction.execute(WelcomeMessageAction.java:92)
    at org.gradle.launcher.cli.WelcomeMessageAction.execute(WelcomeMessageAction.java:38)
    at org.gradle.launcher.cli.NativeServicesInitializingAction.execute(NativeServicesInitializingAction.java:44)
    at org.gradle.launcher.cli.NativeServicesInitializingAction.execute(NativeServicesInitializingAction.java:26)
    at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:41)
    at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:26)
    at org.gradle.launcher.cli.DefaultCommandLineActionFactory$WithLogging.execute(DefaultCommandLineActionFactory.java:259)
    at org.gradle.launcher.Main.doAction(Main.java:35)
    at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:60)
    at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:37)
    at org.gradle.launcher.GradleMain.main(GradleMain.java:31)* Get more help at https://help.gradle.org
    gradle build error: 1

2021-09-28 10:43 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复