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
It seems that the cordova-android asset path changed in version 7. See ionic-team/ionic-app-scripts#1380. So if you are using a version >= 7 for the cordova-android package then the asset folder will be as @rromantp said: ./platforms/android/app/src/main/assets/www.
I followed the official ionic codepush example.
It used the platforms/android/assets/www folder, but there is neither assets folder, nor www folder under platforms/android in my project.
I also tried: ionic build, ionic cordova build android, ionic cordova prepare android. They are the same. The assets folder wasn't created at all.
Where I can solve this problem?
The text was updated successfully, but these errors were encountered: