libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
I am trying to change the color of the cursor in TextField in Titanium android app. For that I created platform/android/res/values/ folder. I placed the following code in tiapp.xml : <android xmlns:android="http://schemas.android.com/apk/res/android"> <manifest> <application android:theme="@style/Theme.Titanium"> </application> <uses-sdk android:minSdkVersion="22" android:targetSdkVersion="22"/> </manifest> </android> When I am trying to run the app, getting the following error. I am working on 3.4.1. API Level is 22 only. [ERROR] : Failed to package application: [ERROR] : [ERROR] : /var