Android Question what #DebuggerForceStandardAssets means?

abedcode

Member
hi everyone, does anyone know what
#Project Attribute Region:
#DebuggerForceStandardAssets: True
means & what it really does??
when should I use it?
 

jahswant

Well-Known Member
Licensed User
Longtime User
During debug the compiler will copy only new or updated files to the device. This directive will copy all the files if updated or not !
 
Upvote 0
Top