I just build the application in Android source code development\samples \BrowserPlugin, this is a plugin for webkit. And my target phone is arm v7a version, so I want to build a version for armeabi-v7a, I add APP_ABI := armeabi-v7a in Application.mk and Android.mk, but I can't get the folder armeabi-v7a in the final apl, it's just still armeabi. Who can give me solution how to generate armeabi-v7a for this jni code?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

