Since I was hit by the Google Drive false positive on APK issue (https://www.b4x.com/android/forum/t...g-googles-false-positive-virus-checks.147537/), I've done some investigation myself.
Try the following steps:
Create an empty B4XPages Android app.
Just the default project, with no additional code.
Create the APK in Release mode (no obfuscation) and upload to www.virustotal.com
Bang!
McAfee-GW-Edition flags it red with "BehavesLike.Suspicious.cc"
indeed an empty app looks suspicious!
Now add OkHttpUtils2 version 3.01 from the libraries window.
No need to write any code that calls it, just flag the library and rebuild the APK
Bang!
Google flags it with "Detected"
Ikarus with "Trojan-Spy.AndroidOS.Agent"
Sophos with "Andr/Xgen-BEZ"
Amazingly, for McAfee this is not suspicious anymore
The Google flag is what causes the download of the APK from Google Drive to fail.
I'm unable to investigate further, but the OkHttpUtils2 library is extensively used in many projects of mine.
Try the following steps:
Create an empty B4XPages Android app.
Just the default project, with no additional code.
Create the APK in Release mode (no obfuscation) and upload to www.virustotal.com
Bang!
McAfee-GW-Edition flags it red with "BehavesLike.Suspicious.cc"
indeed an empty app looks suspicious!
Now add OkHttpUtils2 version 3.01 from the libraries window.
No need to write any code that calls it, just flag the library and rebuild the APK
Bang!
Google flags it with "Detected"
Ikarus with "Trojan-Spy.AndroidOS.Agent"
Sophos with "Andr/Xgen-BEZ"
Amazingly, for McAfee this is not suspicious anymore
The Google flag is what causes the download of the APK from Google Drive to fail.
I'm unable to investigate further, but the OkHttpUtils2 library is extensively used in many projects of mine.