Skip to content

Instantly share code, notes, and snippets.

@xxnjdlys
Last active September 5, 2017 06:29
Show Gist options
  • Save xxnjdlys/5438a7b35befa380ce58 to your computer and use it in GitHub Desktop.
Save xxnjdlys/5438a7b35befa380ce58 to your computer and use it in GitHub Desktop.
LintError no .class files were found in project log file
Scanning 1.3: ...........
Scanning 1.3 (Phase 2): .
Scanning unspecified: ............................................................
Scanning unspecified (Phase 2): ..........................
Scanning release: .
Scanning release (Phase 2):
Scanning debug: .
Scanning debug (Phase 2):
Scanning unspecified: .
Scanning unspecified (Phase 2):
Scanning 21.0.3: ................................................................................................................................................................................................................................................................................................................................................................................................................................................
Scanning 21.0.3 (Phase 2): ..............................................................................................................................................
Scanning debug: .
Scanning debug (Phase 2):
Scanning 1.3.0: ...
Scanning 1.3.0 (Phase 2): .
Scanning 21.0.3: .
Scanning 21.0.3 (Phase 2):
Scanning debug: .
Scanning debug (Phase 2):
Scanning release: .
Scanning release (Phase 2):
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/values/values.xml:18: Error: "pull_to_refresh_from_bottom_pull_label" is not translated in "ar" (Arabic), "cs" (Czech), "de" (German), "es" (Spanish), "fr" (French), "he" (Hebrew), "it" (Italian), "iw" (Hebrew), "ja" (Japanese), "ko" (Korean), "nl" (Dutch), "pl" (Polish), "pt" (Portuguese), "pt-rBR" (Portuguese: Brazil), "ro" (Romanian), "ru" (Russian), "zh" (Chinese) [MissingTranslation]
<string name="pull_to_refresh_from_bottom_pull_label">@string/pull_to_refresh_pull_label</string>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/values/values.xml:19: Error: "pull_to_refresh_from_bottom_refreshing_label" is not translated in "ar" (Arabic), "cs" (Czech), "de" (German), "es" (Spanish), "fr" (French), "he" (Hebrew), "it" (Italian), "iw" (Hebrew), "ja" (Japanese), "ko" (Korean), "nl" (Dutch), "pl" (Polish), "pt" (Portuguese), "pt-rBR" (Portuguese: Brazil), "ro" (Romanian), "ru" (Russian), "zh" (Chinese) [MissingTranslation]
<string name="pull_to_refresh_from_bottom_refreshing_label">@string/pull_to_refresh_refreshing_label</string>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/values/values.xml:20: Error: "pull_to_refresh_from_bottom_release_label" is not translated in "ar" (Arabic), "cs" (Czech), "de" (German), "es" (Spanish), "fr" (French), "he" (Hebrew), "it" (Italian), "iw" (Hebrew), "ja" (Japanese), "ko" (Korean), "nl" (Dutch), "pl" (Polish), "pt" (Portuguese), "pt-rBR" (Portuguese: Brazil), "ro" (Romanian), "ru" (Russian), "zh" (Chinese) [MissingTranslation]
<string name="pull_to_refresh_from_bottom_release_label">@string/pull_to_refresh_release_label</string>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/intermediates/manifests/full/update2/debug/AndroidManifest.xml:189: Warning: Exported receiver does not require permission [ExportedReceiver]
<receiver android:name="com.umeng.message.UmengBroadcastReceiver" >
^
build/intermediates/manifests/full/update2/release/AndroidManifest.xml:192: Warning: Exported receiver does not require permission [ExportedReceiver]
<receiver android:name="com.umeng.message.UmengBroadcastReceiver" >
^
build/intermediates/manifests/full/zhegequdaoshiceshi/debug/AndroidManifest.xml:192: Warning: Exported receiver does not require permission [ExportedReceiver]
<receiver android:name="com.umeng.message.UmengBroadcastReceiver" >
^
build/intermediates/manifests/full/zhegequdaoshiceshi/release/AndroidManifest.xml:192: Warning: Exported receiver does not require permission [ExportedReceiver]
<receiver android:name="com.umeng.message.UmengBroadcastReceiver" >
^
build/intermediates/manifests/full/update2/debug/AndroidManifest.xml:201: Warning: Exported service does not require permission [ExportedService]
<service
^
build/intermediates/manifests/full/update2/release/AndroidManifest.xml:204: Warning: Exported service does not require permission [ExportedService]
<service
^
build/intermediates/manifests/full/zhegequdaoshiceshi/debug/AndroidManifest.xml:204: Warning: Exported service does not require permission [ExportedService]
<service
^
build/intermediates/manifests/full/zhegequdaoshiceshi/release/AndroidManifest.xml:204: Warning: Exported service does not require permission [ExportedService]
<service
^
build/intermediates/manifests/full/update2/debug/AndroidManifest.xml:215: Warning: Exported service does not require permission [ExportedService]
<service
^
build/intermediates/manifests/full/update2/release/AndroidManifest.xml:218: Warning: Exported service does not require permission [ExportedService]
<service
^
build/intermediates/manifests/full/zhegequdaoshiceshi/debug/AndroidManifest.xml:218: Warning: Exported service does not require permission [ExportedService]
<service
^
build/intermediates/manifests/full/zhegequdaoshiceshi/release/AndroidManifest.xml:218: Warning: Exported service does not require permission [ExportedService]
<service
^
build/intermediates/exploded-aar/com.makeramen/roundedimageview/1.3.0/AndroidManifest.xml: Warning: Should explicitly set android:allowBackup to true or false (it's true by default, and that can have some security implications for the application's data) [AllowBackup]
build/intermediates/manifests/test/update2/debug/AndroidManifest.xml:7: Warning: Should explicitly set android:allowBackup to true or false (it's true by default, and that can have some security implications for the application's data) [AllowBackup]
<application>
^
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/AndroidManifest.xml:12: Warning: Should explicitly set android:allowBackup to true or false (it's true by default, and that can have some security implications for the application's data) [AllowBackup]
<application />
~~~~~~~~~~~~~~~
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/drawable/indicator_bg_bottom.xml: Warning: The resource R.drawable.indicator_bg_bottom appears to be unused [UnusedResources]
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/drawable/indicator_bg_top.xml: Warning: The resource R.drawable.indicator_bg_top appears to be unused [UnusedResources]
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/layout/pull_to_refresh_header_horizontal.xml: Warning: The resource R.layout.pull_to_refresh_header_horizontal appears to be unused [UnusedResources]
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/layout/pull_to_refresh_header_vertical.xml: Warning: The resource R.layout.pull_to_refresh_header_vertical appears to be unused [UnusedResources]
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/anim/slide_in_from_bottom.xml: Warning: The resource R.anim.slide_in_from_bottom appears to be unused [UnusedResources]
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/anim/slide_in_from_top.xml: Warning: The resource R.anim.slide_in_from_top appears to be unused [UnusedResources]
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/anim/slide_out_to_bottom.xml: Warning: The resource R.anim.slide_out_to_bottom appears to be unused [UnusedResources]
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/anim/slide_out_to_top.xml: Warning: The resource R.anim.slide_out_to_top appears to be unused [UnusedResources]
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/values/values.xml:9: Warning: The resource R.dimen.indicator_internal_padding appears to be unused [UnusedResources]
<dimen name="indicator_internal_padding">4dp</dimen>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/values/values.xml:10: Warning: The resource R.dimen.indicator_right_padding appears to be unused [UnusedResources]
<dimen name="indicator_right_padding">10dp</dimen>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/values/values.xml:18: Warning: The resource R.string.pull_to_refresh_from_bottom_pull_label appears to be unused [UnusedResources]
<string name="pull_to_refresh_from_bottom_pull_label">@string/pull_to_refresh_pull_label</string>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/values/values.xml:19: Warning: The resource R.string.pull_to_refresh_from_bottom_refreshing_label appears to be unused [UnusedResources]
<string name="pull_to_refresh_from_bottom_refreshing_label">@string/pull_to_refresh_refreshing_label</string>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/values/values.xml:20: Warning: The resource R.string.pull_to_refresh_from_bottom_release_label appears to be unused [UnusedResources]
<string name="pull_to_refresh_from_bottom_release_label">@string/pull_to_refresh_release_label</string>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/intermediates/exploded-aar/com.makeramen/roundedimageview/1.3.0/AndroidManifest.xml: Warning: Should explicitly set android:icon, there is no default [MissingApplicationIcon]
build/intermediates/manifests/test/update2/debug/AndroidManifest.xml:7: Warning: Should explicitly set android:icon, there is no default [MissingApplicationIcon]
<application>
^
build/intermediates/exploded-aar/wkremoteandroid/wkutil/unspecified/AndroidManifest.xml:11: Warning: Should explicitly set android:icon, there is no default [MissingApplicationIcon]
<application android:allowBackup="true" >
^
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/AndroidManifest.xml:12: Warning: Should explicitly set android:icon, there is no default [MissingApplicationIcon]
<application />
~~~~~~~~~~~~~~~
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/layout/pull_to_refresh_header_horizontal.xml:13: Warning: [Accessibility] Missing contentDescription attribute on image [ContentDescription]
<ImageView
^
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/layout/pull_to_refresh_header_vertical.xml:20: Warning: [Accessibility] Missing contentDescription attribute on image [ContentDescription]
<ImageView
^
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/layout/pull_to_refresh_header_vertical.xml:34: Warning: @id/progress_text can overlap @id/progress_icon if @id/progress_text grows due to localized text expansion [RelativeOverlap]
<LinearLayout
^
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/layout/pull_to_refresh_header_vertical.xml:18: Warning: Consider adding android:layout_marginEnd="8dp" to better support right-to-left layouts [RtlHardcoded]
android:layout_marginRight="8dp">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build/intermediates/exploded-aar/wkremoteandroid/pulltorefresh/unspecified/res/layout/pull_to_refresh_header_vertical.xml:39: Warning: Consider adding android:layout_toEndOf="@id/progress_icon" to better support right-to-left layouts [RtlHardcoded]
android:layout_toRightOf="@id/progress_icon"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13 errors, 54 warnings
@CHENDONGLEI
Copy link

请问这个问题有解决吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment