You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to implement Play Asset Delivery for java from here. But then there were 2 problems with that:
Step number 9 here didn't work for me. ( I am using classpath 'com.android.tools.build:gradle:4.0.0-rc01' and distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip in my project)
There was no error due to step1 but when I tried to get the asset from AssetManager it was throwing exception java.io.FileNotFoundException: asset1.mp4.
Please add code for reference.
The text was updated successfully, but these errors were encountered:
I was trying to implement
Play Asset Delivery
forjava
from here. But then there were 2 problems with that:classpath 'com.android.tools.build:gradle:4.0.0-rc01'
anddistributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip
in my project)java.io.FileNotFoundException: asset1.mp4
.Please add code for reference.
The text was updated successfully, but these errors were encountered: