Dear Sir/Madam,

I know it is not feasible to package multiple architecture apps into a single APK (if it is possible, please tell me). So I am trying to upload multiple APKs to support both ARM and intel phones.

I encounter a problem that when I try to upload another APK, it will replace the old one. According to google document: http://developer.android.com/google/...iple-apks.html, I guess the problem is that my filter in AndroidManifest.xml are the same for different APKs. Changing "android:versionCode" doesn't help the problem.
Does anyone know what I should do to publish multiple APKs in google play?

Thank you very much for your time

Best regards,
Clark