android - APKs generated through Eclipse are accepted or not? -


i little new android development.

i have hybrid app uses apache cordova plugins.

i using eclipse generate apk.

but when publish apk, google play store rejects saying:

app update rejected

your apk has been rejected containing security vulnerabilities, violates malicious behavior policy. alerts page has more information how resolve issue. if submitted update, previous version of app still live on google play.

and, when click on alerts page following error shows up:

security alert :

your app using version of apache cordova containing 1 or more security vulnerabilities. please see google center article details, including deadline fixing app.

i have tried followings:

  1. update android platform (cordova platform update android), no positive results.

  2. i not update cordova plugins getting errors. (wanted know can issue)

  3. i building apk using eclipse ide , went through adt plugin release note https://developer.android.com/studio/tools/sdk/eclipse-adt.html says: the eclipse adt plugin no longer supported

eventually importing project android studio want app update thats why still using eclipse.

if eclipse reason need import app android studio.

i want figure out 1 of last 2 point responsible app rejection.

also, if none of these responsible possible reason app rejection.

thanks in advance.

an apk apk, regardless of developed code. can write code in eclipse, android studio, or can write code in favorite plain text editor. end apk indistinguishable regardless of editor use.

the error in case seems pretty clear- version of cordova has known vulnerabilities , need update that.

run cordova platform version android check version. error message receiving show less 4.1.1.

the best path upgrade 5.x, as detailed here.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -