与rxjava一起使用改造访问动态URL时发生意外的JDWP错误:103

时间:2018-11-02 07:03:58

标签: android retrofit rx-java

我已经尝试了stackoverflow中已经提到的解决方案,我的代码如下

    (new Retrofit.Builder()
            .addConverterFactory(GsonConverterFactory.create())
            .addCallAdapterFactory(RxJava2CallAdapterFactory.create())
            .baseUrl(Constants.BASEURL+barcodevalue+"/")                
            .build()
    )
    .create(ApiSets.class)
    .searchTweets(Constants.BASEURL+barcodevalue+"/");

我得到Unexpected JDWP Error:103

0 个答案:

没有答案