当前位置:   article > 正文

华为广告打包报错,问题思考

华为广告打包报错,问题思考

华为广告打包时报错

fata日志不一样能反映出完整的错误日志信息,仅看fata日志具有误导性,有可能指向错误的方向。
通过看完整的日志可见,错误的原因为

Caused by: java.lang.ClassNotFoundException: com.huawei.hms.ads.base.R$dimen
  • 1

fata日志

2024-03-25 20:24:27.674  3737-3737  AndroidRuntime          usap64                               E  FATAL EXCEPTION: main
                                                                                                    Process: cn.jj.chess.huawei, PID: 3737
                                                                                                    java.lang.RuntimeException: Unable to start activity ComponentInfo{cn.jj.chess.huawei/cn.jj.channel.ad.activity.HuaWeiSplashActivity}: android.view.InflateException: Binary XML file line #63 in cn.jj.chess.huawei:layout/tk_huawei_ad_splash_view: Binary XML file line #63 in cn.jj.chess.huawei:layout/tk_huawei_ad_splash_view: Error inflating class com.huawei.hms.ads.splash.SplashView
                                                                                                    	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4018)
                                                                                                    	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4168)
                                                                                                    	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:114)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:144)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:101)
                                                                                                    	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2630)
                                                                                                    	at android.os.Handler.dispatchMessage(Handler.java:106)
                                                                                                    	at android.os.Looper.loopOnce(Looper.java:257)
                                                                                                    	at android.os.Looper.loop(Looper.java:368)
                                                                                                    	at android.app.ActivityThread.main(ActivityThread.java:8826)
                                                                                                    	at java.lang.reflect.Method.invoke(Native Method)
                                                                                                    	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
                                                                                                    	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
                                                                                                    Caused by: android.view.InflateException: Binary XML file line #63 in cn.jj.chess.huawei:layout/tk_huawei_ad_splash_view: Binary XML file line #63 in cn.jj.chess.huawei:layout/tk_huawei_ad_splash_view: Error inflating class com.huawei.hms.ads.splash.SplashView
                                                                                                    Caused by: android.view.InflateException: Binary XML file line #63 in cn.jj.chess.huawei:layout/tk_huawei_ad_splash_view: Error inflating class com.huawei.hms.ads.splash.SplashView
                                                                                                    Caused by: java.lang.reflect.InvocationTargetException
                                                                                                    	at java.lang.reflect.Constructor.newInstance0(Native Method)
                                                                                                    	at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
                                                                                                    	at android.view.LayoutInflater.createView(LayoutInflater.java:877)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1029)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:984)
                                                                                                    	at android.view.LayoutInflater.rInflate(LayoutInflater.java:1146)
                                                                                                    	at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1107)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:703)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:544)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:491)
                                                                                                    	at com.android.internal.policy.PhoneWindow.setContentView(PhoneWindow.java:494)
                                                                                                    	at android.app.Activity.setContentView(Activity.java:3743)
                                                                                                    	at cn.jj.channel.ad.activity.HuaWeiSplashActivity.onCreate(HuaWeiSplashActivity.java:11)
                                                                                                    	at android.app.Activity.performCreate(Activity.java:8757)
                                                                                                    	at android.app.Activity.performCreate(Activity.java:8729)
                                                                                                    	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1475)
                                                                                                    	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3992)
                                                                                                    	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4168)
                                                                                                    	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:114)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:144)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:101)
                                                                                                    	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2630)
                                                                                                    	at android.os.Handler.dispatchMessage(Handler.java:106)
                                                                                                    	at android.os.Looper.loopOnce(Looper.java:257)
                                                                                                    	at android.os.Looper.loop(Looper.java:368)
                                                                                                    	at android.app.ActivityThread.main(ActivityThread.java:8826)
                                                                                                    	at java.lang.reflect.Method.invoke(Native Method)
                                                                                                    	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
                                                                                                    	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49

完整日志

一定要看完整的日志。

2024-03-25 20:16:31.488  2281-2281  AndroidRuntime          usap64                               D  Shutting down VM
2024-03-25 20:16:31.488  2281-2281  AndroidRuntime          usap64                               E  FATAL EXCEPTION: main
                                                                                                    Process: cn.jj.chess.huawei, PID: 2281
                                                                                                    java.lang.RuntimeException: Unable to start activity ComponentInfo{cn.jj.chess.huawei/cn.jj.channel.ad.activity.HuaWeiSplashActivity}: android.view.InflateException: Binary XML file line #63 in cn.jj.chess.huawei:layout/tk_huawei_ad_splash_view: Binary XML file line #63 in cn.jj.chess.huawei:layout/tk_huawei_ad_splash_view: Error inflating class com.huawei.hms.ads.splash.SplashView
                                                                                                    	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4018)
                                                                                                    	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4168)
                                                                                                    	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:114)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:144)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:101)
                                                                                                    	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2630)
                                                                                                    	at android.os.Handler.dispatchMessage(Handler.java:106)
                                                                                                    	at android.os.Looper.loopOnce(Looper.java:257)
                                                                                                    	at android.os.Looper.loop(Looper.java:368)
                                                                                                    	at android.app.ActivityThread.main(ActivityThread.java:8826)
                                                                                                    	at java.lang.reflect.Method.invoke(Native Method)
                                                                                                    	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
                                                                                                    	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
                                                                                                    Caused by: android.view.InflateException: Binary XML file line #63 in cn.jj.chess.huawei:layout/tk_huawei_ad_splash_view: Binary XML file line #63 in cn.jj.chess.huawei:layout/tk_huawei_ad_splash_view: Error inflating class com.huawei.hms.ads.splash.SplashView
                                                                                                    Caused by: android.view.InflateException: Binary XML file line #63 in cn.jj.chess.huawei:layout/tk_huawei_ad_splash_view: Error inflating class com.huawei.hms.ads.splash.SplashView
                                                                                                    Caused by: java.lang.reflect.InvocationTargetException
                                                                                                    	at java.lang.reflect.Constructor.newInstance0(Native Method)
                                                                                                    	at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
                                                                                                    	at android.view.LayoutInflater.createView(LayoutInflater.java:877)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1029)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:984)
                                                                                                    	at android.view.LayoutInflater.rInflate(LayoutInflater.java:1146)
                                                                                                    	at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1107)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:703)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:544)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:491)
                                                                                                    	at com.android.internal.policy.PhoneWindow.setContentView(PhoneWindow.java:494)
                                                                                                    	at android.app.Activity.setContentView(Activity.java:3743)
                                                                                                    	at cn.jj.channel.ad.activity.HuaWeiSplashActivity.onCreate(HuaWeiSplashActivity.java:11)
                                                                                                    	at android.app.Activity.performCreate(Activity.java:8757)
                                                                                                    	at android.app.Activity.performCreate(Activity.java:8729)
                                                                                                    	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1475)
                                                                                                    	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3992)
                                                                                                    	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4168)
                                                                                                    	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:114)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:144)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:101)
                                                                                                    	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2630)
                                                                                                    	at android.os.Handler.dispatchMessage(Handler.java:106)
                                                                                                    	at android.os.Looper.loopOnce(Looper.java:257)
                                                                                                    	at android.os.Looper.loop(Looper.java:368)
                                                                                                    	at android.app.ActivityThread.main(ActivityThread.java:8826)
                                                                                                    	at java.lang.reflect.Method.invoke(Native Method)
                                                                                                    	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
                                                                                                    	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
2024-03-25 20:16:31.489  2281-2281  AndroidRuntime          usap64                               E  Caused by: android.view.InflateException: Binary XML file line #13 in cn.jj.chess.huawei:layout/hiad_view_splash_ad: Binary XML file line #13 in cn.jj.chess.huawei:layout/hiad_view_splash_ad: Error inflating class com.huawei.openalliance.ad.views.PPSWLSView
                                                                                                    Caused by: android.view.InflateException: Binary XML file line #13 in cn.jj.chess.huawei:layout/hiad_view_splash_ad: Error inflating class com.huawei.openalliance.ad.views.PPSWLSView
                                                                                                    Caused by: java.lang.reflect.InvocationTargetException
                                                                                                    	at java.lang.reflect.Constructor.newInstance0(Native Method)
                                                                                                    	at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
                                                                                                    	at android.view.LayoutInflater.createView(LayoutInflater.java:877)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1029)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:984)
                                                                                                    	at android.view.LayoutInflater.rInflate(LayoutInflater.java:1146)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:673)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:544)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:491)
                                                                                                    	at android.view.View.inflate(View.java:28939)
                                                                                                    	at com.huawei.openalliance.ad.views.PPSSplashView.V(Unknown Source:2)
                                                                                                    	at com.huawei.openalliance.ad.views.PPSSplashView.Code(Unknown Source:0)
                                                                                                    	at com.huawei.openalliance.ad.views.PPSSplashView.<init>(Unknown Source:52)
                                                                                                    	at com.huawei.hms.ads.splash.SplashView.<init>(Unknown Source:0)
                                                                                                    	at java.lang.reflect.Constructor.newInstance0(Native Method)
                                                                                                    	at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
                                                                                                    	at android.view.LayoutInflater.createView(LayoutInflater.java:877)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1029)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:984)
                                                                                                    	at android.view.LayoutInflater.rInflate(LayoutInflater.java:1146)
                                                                                                    	at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1107)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:703)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:544)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:491)
                                                                                                    	at com.android.internal.policy.PhoneWindow.setContentView(PhoneWindow.java:494)
                                                                                                    	at android.app.Activity.setContentView(Activity.java:3743)
                                                                                                    	at cn.jj.channel.ad.activity.HuaWeiSplashActivity.onCreate(HuaWeiSplashActivity.java:11)
                                                                                                    	at android.app.Activity.performCreate(Activity.java:8757)
                                                                                                    	at android.app.Activity.performCreate(Activity.java:8729)
                                                                                                    	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1475)
                                                                                                    	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3992)
                                                                                                    	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4168)
                                                                                                    	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:114)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:144)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:101)
                                                                                                    	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2630)
                                                                                                    	at android.os.Handler.dispatchMessage(Handler.java:106)
                                                                                                    	at android.os.Looper.loopOnce(Looper.java:257)
                                                                                                    	at android.os.Looper.loop(Looper.java:368)
                                                                                                    	at android.app.ActivityThread.main(ActivityThread.java:8826)
                                                                                                    	at java.lang.reflect.Method.invoke(Native Method)
                                                                                                    	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
                                                                                                    	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
                                                                                                    Caused by: android.view.InflateException: Binary XML file line #10 in cn.jj.chess.huawei:layout/hiad_wls_view: Binary XML file line #10 in cn.jj.chess.huawei:layout/hiad_wls_view: Error inflating class com.huawei.hms.ads.splash.ChoicesView
                                                                                                    Caused by: android.view.InflateException: Binary XML file line #10 in cn.jj.chess.huawei:layout/hiad_wls_view: Error inflating class com.huawei.hms.ads.splash.ChoicesView
                                                                                                    Caused by: java.lang.reflect.InvocationTargetException
                                                                                                    	at java.lang.reflect.Constructor.newInstance0(Native Method)
2024-03-25 20:16:31.489  2281-2281  AndroidRuntime          usap64                               E  	at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
                                                                                                    	at android.view.LayoutInflater.createView(LayoutInflater.java:877)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1029)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:984)
                                                                                                    	at android.view.LayoutInflater.rInflate(LayoutInflater.java:1146)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:673)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:544)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:491)
                                                                                                    	at android.view.View.inflate(View.java:28939)
                                                                                                    	at com.huawei.openalliance.ad.views.PPSWLSView.Code(Unknown Source:2)
                                                                                                    	at com.huawei.openalliance.ad.views.PPSWLSView.<init>(Unknown Source:3)
                                                                                                    	at java.lang.reflect.Constructor.newInstance0(Native Method)
                                                                                                    	at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
                                                                                                    	at android.view.LayoutInflater.createView(LayoutInflater.java:877)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1029)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:984)
                                                                                                    	at android.view.LayoutInflater.rInflate(LayoutInflater.java:1146)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:673)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:544)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:491)
                                                                                                    	at android.view.View.inflate(View.java:28939)
                                                                                                    	at com.huawei.openalliance.ad.views.PPSSplashView.V(Unknown Source:2)
                                                                                                    	at com.huawei.openalliance.ad.views.PPSSplashView.Code(Unknown Source:0)
                                                                                                    	at com.huawei.openalliance.ad.views.PPSSplashView.<init>(Unknown Source:52)
                                                                                                    	at com.huawei.hms.ads.splash.SplashView.<init>(Unknown Source:0)
                                                                                                    	at java.lang.reflect.Constructor.newInstance0(Native Method)
                                                                                                    	at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
                                                                                                    	at android.view.LayoutInflater.createView(LayoutInflater.java:877)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1029)
                                                                                                    	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:984)
                                                                                                    	at android.view.LayoutInflater.rInflate(LayoutInflater.java:1146)
                                                                                                    	at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1107)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:703)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:544)
                                                                                                    	at android.view.LayoutInflater.inflate(LayoutInflater.java:491)
                                                                                                    	at com.android.internal.policy.PhoneWindow.setContentView(PhoneWindow.java:494)
                                                                                                    	at android.app.Activity.setContentView(Activity.java:3743)
                                                                                                    	at cn.jj.channel.ad.activity.HuaWeiSplashActivity.onCreate(HuaWeiSplashActivity.java:11)
                                                                                                    	at android.app.Activity.performCreate(Activity.java:8757)
                                                                                                    	at android.app.Activity.performCreate(Activity.java:8729)
                                                                                                    	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1475)
                                                                                                    	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3992)
                                                                                                    	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4168)
                                                                                                    	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:114)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:144)
                                                                                                    	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:101)
                                                                                                    	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2630)
                                                                                                    	at android.os.Handler.dispatchMessage(Handler.java:106)
                                                                                                    	at android.os.Looper.loopOnce(Looper.java:257)
                                                                                                    	at android.os.Looper.loop(Looper.java:368)
                                                                                                    	at android.app.ActivityThread.main(ActivityThread.java:8826)
                                                                                                    	at java.lang.reflect.Method.invoke(Native Method)
                                                                                                    	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
                                                                                                    	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
                                                                                                    Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/huawei/hms/ads/base/R$dimen;
                                                                                                    	at com.huawei.hms.ads.splash.ChoicesView.Code(Unknown Source:8)
                                                                                                    	at com.huawei.hms.ads.splash.ChoicesView.<init>(Unknown Source:3)
                                                                                                    	... 55 more
2024-03-25 20:16:31.489  2281-2281  AndroidRuntime          usap64                               E  Caused by: java.lang.ClassNotFoundException: com.huawei.hms.ads.base.R$dimen
                                                                                                    	... 57 more
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/315735
推荐阅读
相关标签
  

闽ICP备14008679号