I also have this problem. To solve this problem for API 23, I upload the .obb file to the private application directory instead of the obb directory to which my application does not have access. You can view my solution here . Using:
repositories { maven { url 'https://dl.bintray.com/alexeydanilov/apk-expansion' } } dependencies { compile 'com.danikula.expansion:expansion: VERSION@aar ' compile 'com.danikula.expansion:license: VERSION@aar ' compile 'com.danikula.expansion:zip: VERSION@aar ' }
See the latest versions here .
danik source share