帖子
帖子
用户
博客
课程
0
帖子
0
勋章
2
Y币
安卓的升级环境云编译默认生成的HelloApp都报错
0
帖子
0
勋章
4
Y币
web编译的不能识别二维码呢
6
帖子
0
勋章
21
Y币
因需求现在要在config文件引入以下图片的两段配置代码,编译安卓包时勾选了升级环境编译报失败;
如不勾选升级环境编译,自定义的模块便无法使用,请问是代码问题吗,该如何解决;
配置代码:


报错提示:
2
帖子
0
勋章
17
Y币
尊敬的版主,勾选“使用升级编译环境编译”后,config.xml文件配置了<preference name="launcher" value="false"/>编译一定失败;
提示内容:
2018-08-07 08:50:55
/uzmap/temp/22pl0lht2qA75qO/AStudioProject/app/src/main/AndroidManifest.xml:40:13-43:29 Error:
        Missing one of the key attributes 'action#name,category#name' on element intent-filter at AndroidManifest.xml:40:13-43:29
/uzmap/temp/22pl0lht2qA75qO/AStudioProject/app/src/main/AndroidManifest.xml Error:
        Validation failed, exiting
我找过你们刘总了,他让我在论坛需求答案,求版主大神了!感谢!
14
帖子
0
勋章
85
Y币
阿里云短视频 测试包可以用 但是正式包没打进去 情况紧急 项目已上线!
14
帖子
0
勋章
85
Y币
阿里云短视频是自定义的模块
1
帖子
0
勋章
5
Y币
2018-08-30 04:00:43
/uzmap/temp/bqwt5qc1MD17px8/AStudioProject/app/src/main/res/values/ssdk_country_arrays.xml:252: Error: "smssdk_country_group_w" is not translated in "en" (English) [MissingTranslation]
<string-array name="smssdk_country_group_w">
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/bqwt5qc1MD17px8/AStudioProject/app/src/main/res/values/ssdk_country_arrays.xml:265: Error: "smssdk_country_group_x" is not translated in "en" (English) [MissingTranslation]
<string-array name="smssdk_country_group_x">
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/bqwt5qc1MD17px8/AStudioProject/app/src/main/res/values/ssdk_instapaper_strings.xml:4: Error: "ssdk_instapager_login_html" is not translated in "en" (English) [MissingTranslation]
    <string name="ssdk_instapager_login_html" formatted="false"><![CDATA[
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/bqwt5qc1MD17px8/AStudioProject/app/src/main/res/values/strings.xml:3: Error: "app_name" is not translated in "en" (English) [MissingTranslation]
    <string name="app_name">Dbit</string>
            ~~~~~~~~~~~~~~~
/uzmap/temp/bqwt5qc1MD17px8/AStudioProject/app/src/main/res/values/strings.xml:4: Error: "back" is not translated in "en" (English) [MissingTranslation]
<string name="back">返回</string>
         ~~~~~~~~~~~
/uzmap/temp/bqwt5qc1MD17px8/AStudioProject/app/src/main/res/values/strings.xml:5: Error: "confirm" is not translated in "en" (English) [MissingTranslation]
    <string name="confirm">确定</string>
            ~~~~~~~~~~~~~~
/uzmap/temp/bqwt5qc1MD17px8/AStudioProject/app/src/main/res/values/strings.xml:6: Error: "cancel" is not translated in "en" (English) [MissingTranslation]
    <string name="cancel">取消</string>
            ~~~~~~~~~~~~~
/uzmap/temp/bqwt5qc1MD17px8/AStudioProject/app/src/main/res/values/strings.xml:7: Error: "prompt" is not translated in "en" (English) [MissingTranslation]
    <string name="prompt">提示</string>
            ~~~~~~~~~~~~~

   Explanation for issues of type "MissingTranslation":
   If an application has more than one locale, then all the strings declared
   in one language should also be translated in all other languages.

   If the string should not be translated, you can add the attribute
   translatable="false" on the <string> element, or you can define all your
   non-translatable strings in a resource file called donottranslate.xml. Or,
   you can ignore the issue with a tools:ignore="MissingTranslation"
   attribute.

   By default this detector allows regions of a language to just provide a
   subset of the strings and fall back to the standard language strings. You
   can require all regions to provide a full translation by setting the
   environment variable ANDROID_LINT_COMPLETE_REGIONS.

   You can tell lint (and other tools) which language is the default language
   in your res/values/ folder by specifying tools:locale="languageCode" for
   the root <resources> element in your resource file. (The tools prefix
   refers to the namespace declaration http://schemas**.**/tools.)

/uzmap/temp/bqwt5qc1MD17px8/AStudioProject/app/src/main/AndroidManifest.xml:34: Error: Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one [HardcodedDebugMode]
    <application android:allowBackup="false" android:debuggable="false" android:hardwareAccelerated="true" android:icon="@drawable/uz_icon" android:label="@string/app_name" android:largeHeap="true" android:name="com.uzmap.pkg.uzapp.UZApplication" tools:replace="android:icon,android:debuggable,android:allowBackup">
                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "HardcodedDebugMode":
   It's best to leave out the android:debuggable attribute from the manifest.
   If you do, then the tools will automatically insert android:debuggable=true
   when building an APK to debug on an emulator or device. And when you
   perform a release build, such as Exporting APK, it will automatically set
   it to false.

   If on the other hand you specify a specific value in the manifest file,
   then the tools will always use it. This can lead to accidentally publishing
   your app with debug information.

9 errors, 0 warnings

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformClassesWithJarMergingForRelease'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v4/os/BuildCompat.class

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
43
帖子
1
勋章
254
Y币
在后台“端设置”->“图标”设置的图标,云编译后居然安装到手机后还是apicloud默认的 图标,打开app后在进程里面却看到的是后端端设置里面的图标。这是什么鬼情况
2
帖子
0
勋章
6
Y币
你的应用程序目前API等级是20,但是最低目标API等级必须26,才能确保应用程序采用最新的API,让安全性与执行效能达到最佳状态,请将最低目标API等级调整为26,
这个问题怎么解决,打包的版本太低了,无法提交谷歌市场。
2
帖子
0
勋章
14
Y币
2018-10-05 02:47:09
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/base_strings.xml:5: Error: "common_signin_button_text" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_signin_button_text">Sign in</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/base_strings.xml:8: Error: "common_signin_button_text_long" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_signin_button_text_long">Sign in with Google</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:5: Error: "common_google_play_services_notification_ticker" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_notification_ticker">Google Play services error</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:9: Error: "common_google_play_services_notification_needs_update_title" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_notification_needs_update_title">An application requires an update for Google Play services.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:11: Error: "common_android_wear_notification_needs_update_text" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_android_wear_notification_needs_update_text"><xliff:g id="app_name">%1$s</xliff:g> requires an update to the Android Wear app.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:14: Error: "common_google_play_services_needs_enabling_title" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_needs_enabling_title">An application requires Google Play services to be enabled.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:17: Error: "common_google_play_services_error_notification_requested_by_msg" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_error_notification_requested_by_msg">Requested by <xliff:g id="app_name">%1$s</xliff:g></string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:21: Error: "common_google_play_services_install_title" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_install_title" msgid="7215213145546190223">Get Google Play services</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:25: Error: "common_google_play_services_install_text_phone" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_install_text_phone" msgid="2122112764540849864"><xliff:g id="app_name">%1$s</xliff:g> won\'t run without Google Play services, which are missing from your phone.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:29: Error: "common_google_play_services_install_text_tablet" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_install_text_tablet" msgid="7351599665250191022"><xliff:g id="app_name">%1$s</xliff:g> won\'t run without Google Play services, which are missing from your tablet.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:32: Error: "common_google_play_services_install_button" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_install_button" msgid="7153882981874058840">Get Google Play services</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:36: Error: "common_google_play_services_enable_title" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_enable_title" msgid="5122002158466380389">Enable Google Play services</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:40: Error: "common_google_play_services_enable_text" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_enable_text" msgid="227660514972886228"><xliff:g id="app_name">%1$s</xliff:g> won\'t work unless you enable Google Play services.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:45: Error: "common_google_play_services_enable_button" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_enable_button" msgid="2523291102206661146">Enable Google Play services</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:49: Error: "common_google_play_services_update_title" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_update_title" msgid="6006316683626838685">Update Google Play services</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:53: Error: "common_android_wear_update_title" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_android_wear_update_title" msgid="6006316683626838685">Update Android Wear</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:57: Error: "common_google_play_services_update_text" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_update_text" msgid="9053896323427875356"><xliff:g id="app_name">%1$s</xliff:g> won\'t run unless you update Google Play services.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:61: Error: "common_android_wear_update_text" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_android_wear_update_text"><xliff:g id="app_name">%1$s</xliff:g> won\'t run unless you update the Android Wear app.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:65: Error: "common_google_play_services_updating_title" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_updating_title">Google Play services are updating</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:69: Error: "common_google_play_services_updating_text" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_updating_text"><xliff:g id="app_name">%1$s</xliff:g> won\'t run without Google Play services, which are currently updating.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:72: Error: "common_google_play_services_network_error_title" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_network_error_title">Network Error</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:75: Error: "common_google_play_services_network_error_text" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_network_error_text">A data connection is required to connect to Google Play services.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:78: Error: "common_google_play_services_invalid_account_title" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_invalid_account_title">Invalid Account</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:81: Error: "common_google_play_services_invalid_account_text" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_invalid_account_text">The specified account does not exist on this device. Please choose a different account.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:85: Error: "common_google_play_services_unknown_issue" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_unknown_issue">Unknown issue with Google Play services.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:88: Error: "common_google_play_services_unsupported_title" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_unsupported_title">Google Play services</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:91: Error: "common_google_play_services_unsupported_text" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_unsupported_text"><xliff:g id="app_name">%1$s</xliff:g> relies on Google Play services, which is not supported by your device. Contact the manufacturer for assistance.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:94: Error: "common_google_play_services_update_button" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_update_button" msgid="6556509956452265614">Update</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:97: Error: "common_open_on_phone" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_open_on_phone">Open on phone</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:100: Error: "common_google_play_services_api_unavailable_text" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_api_unavailable_text"><xliff:g id="app_name">%1$s</xliff:g> requires one or more Google Play services that are not currently available. Please contact the developer for assistance.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:103: Error: "common_google_play_services_sign_in_failed_title" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_sign_in_failed_title">Sign in failed</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/common_strings.xml:106: Error: "common_google_play_services_sign_in_failed_text" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="common_google_play_services_sign_in_failed_text">Error signing in the specified account. Please choose a different account.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/rc_configuration.xml:17: Error: "rc_media_message_default_save_path" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="rc_media_message_default_save_path">/RongCloud/Media/</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/rc_configuration.xml:21: Error: "rc_heartbeat_timer" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="rc_heartbeat_timer">150000</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/rc_lib_string.xml:4: Error: "rc_quit_custom_service" is not translated in "zh" (Chinese) [MissingTranslation]
    <string name="rc_quit_custom_service">客服已结束</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/rc_lib_string.xml:5: Error: "rc_init_failed" is not translated in "zh" (Chinese) [MissingTranslation]
    <string name="rc_init_failed">连接客服失败</string>
            ~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/rc_lib_string.xml:6: Error: "rc_location_sharing_ended" is not translated in "zh" (Chinese) [MissingTranslation]
    <string name="rc_location_sharing_ended">位置共享已结束</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/rc_lib_string.xml:8: Error: "rc_notification_ticker_text" is not translated in "zh" (Chinese) [MissingTranslation]
    <string name="rc_notification_ticker_text">您有了一条新消息</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/rc_lib_string.xml:9: Error: "rc_notification_new_msg" is not translated in "zh" (Chinese) [MissingTranslation]
    <string name="rc_notification_new_msg">%1$s发来了%2$d条消息</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/rc_lib_string.xml:10: Error: "rc_notification_new_plural_msg" is not translated in "zh" (Chinese) [MissingTranslation]
    <string name="rc_notification_new_plural_msg">%1$d个联系人发来了%2$d条消息</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/rc_lib_string.xml:11: Error: "rc_notification_channel_name" is not translated in "zh" (Chinese) [MissingTranslation]
    <string name="rc_notification_channel_name">新消息</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:2: Error: "mis_folder_all" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_folder_all">All Images</string>
            ~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:3: Error: "mis_preview" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_preview">Preview</string>
            ~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:4: Error: "mis_msg_no_camera" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_msg_no_camera">No system camera found</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:5: Error: "mis_msg_amount_limit" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_msg_amount_limit">Select images amount is limit</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:6: Error: "mis_action_done" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_action_done">Done</string>
            ~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:7: Error: "mis_action_button_string" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="mis_action_button_string">%1$s(%2$d/%3$d)</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:8: Error: "mis_photo_unit" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_photo_unit">Shot</string>
            ~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:9: Error: "mis_tip_take_photo" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_tip_take_photo">Take photo</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:10: Error: "mis_error_image_not_exist" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_error_image_not_exist">Image error</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:11: Error: "mis_error_no_permission" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_error_no_permission">Has no permission</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:12: Error: "mis_permission_dialog_title" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_permission_dialog_title">Permission Deny</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:13: Error: "mis_permission_dialog_ok" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_permission_dialog_ok">OK</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:14: Error: "mis_permission_dialog_cancel" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_permission_dialog_cancel">CANCEL</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:15: Error: "mis_permission_rationale" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_permission_rationale">Storage read permission is needed to pick files.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:16: Error: "mis_permission_rationale_write_storage" is not translated in "en" (English) [MissingTranslation]
    <string name="mis_permission_rationale_write_storage">Storage write permission is needed to save the image.</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:19: Error: "app_name" is not translated in "zh" (Chinese) [MissingTranslation]
    <string name="app_name">Tratus</string>
            ~~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:20: Error: "back" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
<string name="back">返回</string>
         ~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:21: Error: "confirm" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="confirm">确定</string>
            ~~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:22: Error: "cancel" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="cancel">取消</string>
            ~~~~~~~~~~~~~
/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/res/values/strings.xml:23: Error: "prompt" is not translated in "en" (English), "zh" (Chinese) [MissingTranslation]
    <string name="prompt">提示</string>
            ~~~~~~~~~~~~~

   Explanation for issues of type "MissingTranslation":
   If an application has more than one locale, then all the strings declared
   in one language should also be translated in all other languages.

   If the string should not be translated, you can add the attribute
   translatable="false" on the <string> element, or you can define all your
   non-translatable strings in a resource file called donottranslate.xml. Or,
   you can ignore the issue with a tools:ignore="MissingTranslation"
   attribute.

   By default this detector allows regions of a language to just provide a
   subset of the strings and fall back to the standard language strings. You
   can require all regions to provide a full translation by setting the
   environment variable ANDROID_LINT_COMPLETE_REGIONS.

   You can tell lint (and other tools) which language is the default language
   in your res/values/ folder by specifying tools:locale="languageCode" for
   the root <resources> element in your resource file. (The tools prefix
   refers to the namespace declaration http://schemas**.**/tools.)

/uzmap/temp/nU8cD2jo3zd58Cb/AStudioProject/app/src/main/AndroidManifest.xml:34: Error: Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one [HardcodedDebugMode]
    <application android:allowBackup="false" android:debuggable="false" android:hardwareAccelerated="true" android:icon="@drawable/uz_icon" android:label="@string/app_name" android:largeHeap="true" android:name="com.uzmap.pkg.uzapp.UZApplication" tools:replace="android:icon,android:debuggable,android:allowBackup">
                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "HardcodedDebugMode":
   It's best to leave out the android:debuggable attribute from the manifest.
   If you do, then the tools will automatically insert android:debuggable=true
   when building an APK to debug on an emulator or device. And when you
   perform a release build, such as Exporting APK, it will automatically set
   it to false.

   If on the other hand you specify a specific value in the manifest file,
   then the tools will always use it. This can lead to accidentally publishing
   your app with debug information.

62 errors, 0 warnings

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformClassesWithJarMergingForRelease'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/bumptech/glide/gifdecoder/GifDecoder$BitmapProvider.class

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
您需要登录后才可以回帖 登录

本版积分规则