Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
How can I drop Arm v6 support in my app? — Gideros Forum

How can I drop Arm v6 support in my app?

amaximovamaximov Member
edited April 2013 in General questions
After I export to Android, I want to remove Arm v6 support so that my app runs only on devices that I believe will not lag. Is it correct to simply remove the "armeabi" folder within "libs" and keep "armeabi-v7a"? I also assume I need to add a tag in the android manifest but I could not find any info on that. Anybody know how I can accomplish this?

Comments

Sign In or Register to comment.