Flurry Android 3.2.0 SDK for Titanium module
On 28 April 2013 in TechThe new Flurry SDK package together org.apache.http.entity.mime which cause apps failed to build with error message:
UNEXPECTED TOP-LEVEL EXCEPTION: [ERROR] java.lang.IllegalArgumentException
Titanium SDK has this library packaged together, therefore it cause duplicate library error.
To fix this, open FlurryAgent.jar with any zip extract program (such as 7zip) and delete ‘org’ folder (this folder contains *.class files for the conflicted libraries stated above)
Related posts:
-
Titanium app components interaction using events and callbacks
-
Efficient code
-
Titanium Android keystore
-
Titanium Studio unbound classpath container error
-
Logcat
-
Lazyloading JS modules in Titanium app
-
Load nib file in Titanium module iOS
-
Ti.Network.registerForPushNotifications no response
-
Webview evalJS return null in Android 4.2.2
-
Update iOS Titanium module SDK version
Filed under Tech with tags Flurry analytics, Titanium Mobile
Leave a Reply