Just got an S6 Edge and now can't build my project to it. Anyone else experience this?
Operating System Name = Mac OS X Version = 10.10.4 Architecture = 64bit # CPUs = 12 Memory = 17179869184
Node.js Node.js Version = 0.10.29 npm Version = 1.4.14
Titanium CLI CLI Version = 3.4.1
Titanium SDK
SDK Version = 4.0.0.GA
SDK Path =
Target Platform = android
[ERROR] The device "SM-G925V" does not support the desired ABIs "armeabi", "armeabi-v7a", "x86" [ERROR] Supported ABIs: arm64-v8a, arm64-v8a,armeabi-v7a,armeabi, armeabi-v7a,armeabi, arm64-v8a
You need to add at least one of the device's supported ABIs to the tiapp.xml
<ti:app xmlns:ti="http://ti.appcelerator.org"> <!-- snip --> <android> <abi>armeabi,armeabi-v7a,x86,arm64-v8a,arm64-v8a,armeabi-v7a,armeabi,armeabi-v7a,armeabi,arm64-v8a</abi> </android> </ti:app>