Hi everyone
I have a file named index.123.js
in the assets/main
directory. After the first build, everything is fine, but on the next build, the file is updated to index.456.js
. However, when I run the project in Android Studio on a mobile device, Logcat still shows logs related to index.123.js
.
If I click Clean Project and then Rebuild Project, the project will run with the latest index
file, but this process takes too much time.
im using CC 2.4.14