Hi KONADEV,
As you’re only seeing this issue specific to the Note 3, I have two ideas for you:
Are you trying (or is the device trying) to put the project onto a SD card? I see this in your logs:
05-08 18:47:25.567:
W/ContextImpl(8387): Failed to ensure
directory:
/storage/extSdCard/Android/obb/com.YourCompany.PrototypeProject
05-08 18:47:25.567: I/GLSUser(17314):
[GLSUser] getTokenFromCache: [account:
, callingPkg:
com.google.android.gms, service:
androidmarket] 05-08 18:47:25.567:
E/Vold(2319): Failed to find mounted
volume for
/storage/extSdCard/Android/obb/com.YourCompany.PrototypeProject/
05-08 18:47:25.567: W/Vold(2319):
Returning OperationFailed - no handler
for errno 0 05-08 18:47:25.572:
W/ContextImpl(8387): Failed to ensure
directory:
/storage/extSdCard/Android/data/com.YourCompany.PrototypeProject/file
Also, it looks like you’re getting a crash due to there not being enough memory on that device for your project:
05-08 18:47:25.647: E/filemap(8387):
mmap(0,574273862) failed: Out of
memory 05-08 18:47:25.647:
W/asset(8387): create map from entry
failed 05-08 18:47:25.647:
D/UE4(8387): Assertion failed: nullptr
!= File
[File:C:\Users\ZenTechPC\Documents\UnrealEngineSource\Engine\Source\Runtime\Core\Private\Android\AndroidFile.cpp]
[Line: 1681]
For those two factors, I am guessing your Note 3 is not robust enough to support your project.