Sketchware-Pro / Sketchware-Pro

Sketchware Pro's sources in Java. Now anyone can contribute to Sketchware Pro.
https://sketchware.pro
Other
863 stars 254 forks source link

Why every app I made using Sketchware Pro always detected as a Trojan? #637

Closed agan0naga closed 1 year ago

agan0naga commented 1 year ago

Everytime I made an app I using Sketchware Pro, Avast AV always detecting it contain a Trojan Virus

How to solve this?

remaker17 commented 1 year ago

By not using Antivirus in 2022.

JavkhlanK commented 1 year ago

Those are probably just false-positives. Did you let those AVs scan debug apps? That might be why, as debug apps use a common, well-known signature. Try exporting your projects, that will probably fix it.

subhash16 commented 1 year ago

Give a swb file

agan0naga commented 1 year ago

@JavkhlanK thx.. Yap, maybe it because the debug apps.. I try to sign using "Create Release Keystore" but the signed app can't be installed. The error is "There was a proble parsing the package"

any solutions? (Besides the export solutions)

JavkhlanK commented 1 year ago

Export your project but don't sign it, then sign that file with e.g. MT Manager or apk-signer.

subhash16 commented 1 year ago

SIR, Can you give the link of MT manager.

agan0naga commented 1 year ago

@JavkhlanK in export option there's a choice to export to android studio.. but when I open in android studio there's so much error when I try to build.. Maybe you or the sketchware pro team have a "GOOD" tutorial about how to exported and run with Android Studio?

JavkhlanK commented 1 year ago

SIR, Can you give the link of MT manager.

I found this Telegram channel with translated changelogs and APKs: https://t.me/mtmanager

JavkhlanK commented 1 year ago

@JavkhlanK in export option there's a choice to export to android studio.. but when I open in android studio there's so much error when I try to build.. Maybe you or the sketchware pro team have a "GOOD" tutorial about how to exported and run with Android Studio?

We'll try to fix those issues. Meanwhile, fixing those problems yourself is a good exercise for using Android Studio.

devkumar00001 commented 1 year ago

I am also facing the same problem with pro guard when I enable pro guard then after installing it shows me this app contains Trojan .

JavkhlanK commented 1 year ago

Looks a duplicate of #403. It's a false-positive by that anti-virus scanner, and maybe you can submit a False-positive detection request to its developers.

devkumar00001 commented 1 year ago

But If it provide false reports then user will uninstall my app😞😞

JavkhlanK commented 1 year ago

Try sending a false-positive detection claim to the anti-virus developer then.

devkumar00001 commented 1 year ago

Any link to submit report?

JavkhlanK commented 1 year ago

It depends on which anti-virus you used, I don't know that. Just look at its homepage and search for something like 'false-positive scan'.

subhash16 commented 1 year ago

Please give sample swb file of yours I will check