I am facing the following errors at the time of running an android build and it is crashing instantly,
I have checked the other forums on this top as well which has the following suggestion,
which doesn't work in my case
----------
Suggestion :
- Make sure there should not be any duplicate files with the same name and different extension
ex TestScript.cs and TestScript.js (as from 2014 on onward .js script not supported so there is no .js script in my project )
- Make sure abstract class should not have "[Serializable]" attribute (in my case no abstract class has "[Serializable]" attribute)
----------
Error: (error read from android studio Logcat )
- 021-01-20 12:50:29.215 5630-5802/? E/Unity: The file '/data/app/com.TestGame.ChefMaster-1/base.apk/assets/bin/Data/**sharedassets0.assets' is corrupted! Remove it and launch unity again!
[Position out of bounds!]
(Filename: Line: 214)**
- 2021-01-20 12:50:29.722 5630-5802/? E/Unity: The file '/data/app/com.TestGame.ChefMaster-1/base.apk/assets/bin/Data/**sharedassets0.assets' is corrupted! Remove it and launch unity again!
[Position out of bounds!]
(Filename: Line: 220)**
----------
Hey if any know the solution for this problem I will be a great help
↧