viator42
V2EX  ›  问与答

Ping++在 Android 5.0 以下的系统上一直有问题,有知道怎么回事的么?

  •  
  •   viator42 · Jan 12, 2017 · 1583 views
    This topic created in 3425 days ago, the information mentioned may be changed or developed.
    在 Android4.4 系统上无法调起银联和微信支付,错误信息显示 channel_sdk_not_included,5.0 及以上版本的客户端都正常
    发了工单回复的很敷衍没啥用,一对一的服务老板不给充 VIP,只能来这问了
    Supplement 1  ·  Jan 12, 2017
    问题算是解决了.报的错误是 dalvikvm: Could not find class

    需要在 bulid.gradle 中添加
    dependencies {
    compile 'com.android.support:multidex:1.0.0'
    }
    项目启动时(一般在 Application 类中)运行
    MultiDex.install(this);

    参考链接
    http://stackoverflow.com/questions/31928034/android-studio-pre-lollipop-emulators-could-not-find-class
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3009 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 04:01 · PVG 12:01 · LAX 21:01 · JFK 00:01
    ♥ Do have faith in what you're doing.