My android app is detected as malware by Avast

我只是一个虾纸丫 提交于 2019-12-21 04:38:12

问题


I have created an android application, but Avast detects this as malware. Why is this?

Can anyone tell me some more info about this, so I can locate what exactly is considered a virus in this app. This is a very simple app, so I have no idea what might have caused this.

I have reported this as false positive and also contacted avast via their forum. But I guess it wont hurt to post here as well, maybe someone have/had a similar problem.


回答1:


Your app may be detected for several reasons:

  • you collect and send remotely private data such as IMEI, IMSI, phone number etc
  • your app uploads images online but does not include any EULA and Avast thought you were doing that for malicious purposes
  • you are using an aggressive advertisement kit such as StartApp, AirPush etc and that adkit is detected by Avast

Your solutions are:

  • contact AVAST and ask them to remove your app's detection. They'll study your app more in depth and decide if it's malicious or not.
  • select less aggressive advertisement kits in your app if you want to monetize it. Also consider not monetizing it all if you are just an individual developing for fun. Advertisements pollute devices and in then you won't be getting much money in return, apart if your application is really well known.
  • strictly request only permissions you actually use and make sure not to include any libraries that you do not need.


来源:https://stackoverflow.com/questions/17499578/my-android-app-is-detected-as-malware-by-avast

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!