r***@qq.com
r***@qq.com
  • 发布:2023-02-20 10:17
  • 更新:2023-02-20 15:29
  • 阅读:244

Android更换最新的离线sdk版本打包卡在启动页面

分类:HTML5+

如标题所述,更换sdk版本为Android-SDK@3.6.18.81676_20230117中的lib.5plus.base-release.aar后,app只停留在启动页面后就没有跳转到主页面了。

compileSdkVersion 33
targetSdkVersion 33

com.android.tools.build:gradle:7.4.1
com.google.gms:google-services:4.3.15

implementation fileTree(include: ['*.jar'], dir: 'libs')

implementation fileTree(include: ['*.aar'], dir: 'libs')  
implementation 'androidx.appcompat:appcompat:1.3.1'  
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'  

implementation 'androidx.legacy:legacy-support-v4:1.0.0'  
implementation 'androidx.recyclerview:recyclerview:1.0.0'  
implementation 'com.facebook.fresco:fresco:2.5.0'  
implementation "com.facebook.fresco:animated-gif:2.5.0"  

// Required when asking for permission to post notifications (starting in Android 13)  
implementation 'androidx.activity:activity-ktx:1.6.1'  
implementation 'androidx.fragment:fragment-ktx:1.5.5'  

implementation 'androidx.activity:activity:1.4.0'  

implementation 'androidx.fragment:fragment:1.3.4'  

/*uniapp所需库-----------------------开始*/  
/*implementation 'com.android.support:recyclerview-v7:26.1.0'  
implementation 'com.alibaba.android:bindingx-core:1.0.3'  
implementation 'com.alibaba.android:bindingx_weex_plugin:1.0.3'  
implementation 'com.facebook.fresco:fresco:1.13.0'  
implementation "com.facebook.fresco:animated-gif:1.13.0"*/  
/*uniapp所需库-----------------------结束*/  
// 基座需要,必须添加  
implementation 'com.github.bumptech.glide:glide:4.9.0'  
implementation 'com.alibaba:fastjson:1.1.46.android'  
//加載ShortcutBadger庫  
implementation "me.leolin:ShortcutBadger:1.1.22@aar"  

implementation platform('com.google.firebase:firebase-bom:31.2.0')  
implementation 'com.google.firebase:firebase-messaging'  
/*implementation 'com.google.firebase:firebase-core:17.0.0'  
implementation 'com.google.firebase:firebase-messaging:20.0.0'  
implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0'*/  

implementation 'com.squareup.okhttp3:okhttp:4.2.2'  
//implementation 'androidx.activity:activity:1.4.0'  

implementation 'com.getui:sdk-for-gj:4.4.3.1'  
implementation 'androidx.cardview:cardview:1.0.0'  
2023-02-20 10:17 负责人:无 分享
已邀请:
FullStack

FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866

看错误日志

要回复问题请先登录注册