使用API​​ 23的Google Play许可

时间:2016-03-27 11:13:50

标签: android android-studio licensing

我必须在我的应用中实施Google Play许可(目标API 23)。 API 23中尚不支持http Client这一事实有任何问题吗? checkAccess方法以哪种方式连接到Google Play?

1 个答案:

答案 0 :(得分:0)

到目前为止,我找到的唯一方法就是将它放在LVL项目上,这是gradle:

    android
    {
        useLibrary 'org.apache.http.legacy'
    }