From 6550366fcbc66084f537a5e0c43808d03028bfcf Mon Sep 17 00:00:00 2001 From: Paul Mietz Egli Date: Tue, 24 Feb 2015 09:53:23 -0800 Subject: [PATCH] added x86 to architectures in the Android manifest file as it appears to be required when compiling with SDK 21 --- mobile/android/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/manifest b/mobile/android/manifest index c8b2077..3ac5392 100644 --- a/mobile/android/manifest +++ b/mobile/android/manifest @@ -16,4 +16,4 @@ moduleid: com.obscure.titouchdb guid: 619bf01b-0c43-43c3-9a66-792ba1093b1f platform: android minsdk: 3.5.0.GA -architectures: armeabi armeabi-v7a +architectures: armeabi armeabi-v7a x86