Giter Site home page Giter Site logo

notes's Introduction

notes

Laya 打包Android Laya.stage.on(Laya.Event.MOUSE_OUT) //在安卓端无效 Cocos3D 1.2.0 打包Web-mobile,在UC平台刷新之后,addChild()会报错Array buffer allocation failed

Cocos打包: 1:233平台 ABIs [arm64-v8a,armeabi-v7a,armeabi] set by 'android.injected.build.abi' gradle flag contained 'ARMEABI, ARM64_V8A' not targeted by this project. 解决方案: implementation 'androidx.appcompat:appcompat:1.2.0' 使用这个替代 implementation 'com.android.support:support-v4:28.0.0'

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.daoyuan.theworldofswords.mi-ksJo-mSSAS5jcDJsUWz8iA==/base.apk"],nativeLibraryDirectories=[/data/app/com.daoyuan.theworldofswords.mi-ksJo-mSSAS5jcDJsUWz8iA==/lib/arm64, /data/app/com.daoyuan.theworldofswords.mi-ksJo-mSSAS5jcDJsUWz8iA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]]] couldn't find "libcocos2djs.so" 解决方案: 在defaultConfig里指定平台:ndk { abiFilters 'armeabi-v7a'} 2:小米平台 不仅要接SDK,还需要把配置资源给接入进去

Android 接入SDK: 1:友盟 https://developer.umeng.com/docs/119267/detail/118584 maven { url 'https://dl.bintray.com/umsdk/release' } // 友盟统计SDK implementation 'com.umeng.umsdk:common:9.3.7'// 必选 implementation 'com.umeng.umsdk:asms:1.2.1'// 必选

修改AndroidManifest.xm

2:火山引擎 https://www.volcengine.com/docs/6297/65851

Q::java.lang.RuntimeException: Unable to get provider com.anythink.china.common.ApkFileProvider: A::android.useAndroidX=true

Automatically convert third-party libraries to use AndroidX

android.enableJetifier=true

api30以上,不支持自定义toast(toast.setView & toase.getView) 所有的handle.postdelay(new Runnable,delyTime)里的runnable里的操作的对象都可能会被回收,都要做处理

notes's People

Contributors

kola-chao avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.