Skip to content

Instantly share code, notes, and snippets.

@saravana2906
Last active September 29, 2017 05:42
Show Gist options
  • Save saravana2906/af6eb512c4d6bb9d0139c8fc36455099 to your computer and use it in GitHub Desktop.
Save saravana2906/af6eb512c4d6bb9d0139c8fc36455099 to your computer and use it in GitHub Desktop.
Appium error logs
Appium version : 1.4.16.1
Java version is: 1.8.0_121
apktool version : 2.3.0
Launching Appium server with command: C:\Program Files (x86)\Appium\node.exe lib\server\main.js --address 192.168.1.4 --port 4723 --app C:\Users\<user>\Downloads\com.android.chrome_v61.0.3163.98-316309800_Android-4.1.apk --pre-launch --platform-name Android --platform-version 23 --automation-name Appium --device-name "Redmi" --log-no-color
> info: [debug] Starting Appium in pre-launch mode
> info: Pre-launching app
> info: [debug] No appActivity desired capability or server param. Parsing from apk.
> info: [debug] No appPackage desired capability or server param. Parsing from apk.
> info: [debug] Using local app from command line: C:\Users\<user>\Downloads\com.android.chrome_v61.0.3163.98-316309800_Android-4.1.apk
> info: [debug] Creating new appium session 5e36fd09-e555-4927-9309-e1b662ae761d
> info: Starting android appium
> info: [debug] Getting Java version
> info: Java version is: 1.8.0_121
> info: [debug] Checking whether adb is present
> info: [debug] Using adb from C:\Users\<user>\AppData\Local\Android\Sdk\platform-tools\adb.exe
> info: [debug] Parsing package and activity from app manifest
> info: [debug] Checking whether aapt is present
> info: [debug] Using aapt from C:\Users\<user>\AppData\Local\Android\Sdk\build-tools\25.0.3\aapt.exe
> info: [debug] Extracting package and launch activity from manifest.
> info: [debug] executing cmd: C:\Users\<user>\AppData\Local\Android\Sdk\build-tools\25.0.3\aapt.exe dump badging C:\Users\<user>\Downloads\com.android.chrome_v61.0.3163.98-316309800_Android-4.1.apk
> info: [debug] badging package: com.android.chrome
> info: [debug] badging act: null
warn: Sep 29, 2017 10:56:27 AM brut.androlib.res.decoder.AXmlResourceParser getAttributeValue
> WARNING: Could not decode attr value, using undecoded value instead: ns=android, name=networkSecurityConfig, value=0x7f080014
> brut.androlib.err.UndefinedResObject: resource spec: 0x01010527
> at brut.androlib.res.data.ResPackage.getResSpec(ResPackage.java:59)
> at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:58)
> at brut.androlib.res.data.ResTable.getResSpec(ResTable.java:54)
> at brut.androlib.res.decoder.ResAttrDecoder.decode(ResAttrDecoder.java:36)
> at brut.androlib.res.decoder.AXmlResourceParser.getAttributeValue(AXmlResourceParser.java:369)
> at org.xmlpull.v1.wrapper.classic.XmlPullParserDelegate.getAttributeValue(XmlPullParserDelegate.java:69)
> at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.writeStartTag(StaticXmlSerializerWrapper.java:267)
> at org.xmlpull.v1.wrapper.classic.StaticXmlSerializerWrapper.event(StaticXmlSerializerWrapper.java:211)
> at brut.androlib.res.decoder.XmlPullStreamDecoder$1.event(XmlPullStreamDecoder.java:83)
> at brut.androlib.res.decoder.XmlPullStreamDecoder.decode(XmlPullStreamDecoder.java:141)
> at brut.androlib.res.decoder.XmlPullStreamDecoder.decodeManifest(XmlPullStreamDecoder.java:153)
> at brut.androlib.res.decoder.ResFileDecoder.decodeManifest(ResFileDecoder.java:131)
> at brut.androlib.res.AndrolibResources.decodeManifest(AndrolibResources.java:164)
> at io.appium.apktools.AndroidManifestActivityHelper.decodeManifestXML(AndroidManifestActivityHelper.java:27)
> at io.appium.apktools.Main.main(Main.java:33)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment