Android Studio受难记

运行报错

Chrome调试 原生JavaScript调试

chrome://inspect/#devices

构建开启调试模式


一天半!!!

Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project.

重新按照firebase官网接入

进入项目-项目设置-集成-Google Analytics管理-在Google Analytics中查看-SDK设置说明

项目级build.gradle最后一行加上apply plugin: 'com.google.gms.google-services'???

Cocos2dxJavascriptJavaBridge.evalString无效

Cocos2dxJavascriptJavaBridge.evalString("cc.log('JS执行成功');");

cocos构建要打开调试模式 (我真服了~)

相关推荐
Code Man2 小时前
Windows 下使用 Appium
android·windows·appium
码农coding2 小时前
android 12 中的VSYNC接收
android
GitLqr2 小时前
Flutter 3.44 性能飞跃:深度解析 Android Platform View 的 HCPP 新特性
android·flutter·性能优化
码农coding2 小时前
android 12 SurfaceFlinger中的CompositionEngine
android
Mem0rin4 小时前
[MySQL] 聚合函数、分组查询、连接查询
android·mysql
码龙-DragonCoding4 小时前
一键批量提取音频、提取视频
android·音视频·提取
祉猷并茂,雯华若锦4 小时前
Win下完美解决Allure报错,生成Web自动化测试报告
android·python·selenium·自动化
IT小盘6 小时前
08-FastAPI加MySQL实现AI对话记录持久化
android·mysql·fastapi
alice--小文子6 小时前
安卓(Android)- 怎么在adb中通过真机操作日志相关
android·adb
清泓y6 小时前
Android内存管理与性能优化面试真题
android·面试·性能优化