New Tasker Version: app creation fails during step 10. create binary manifest with the error: Error parsing XML: mismatched tag

178 views
Skip to first unread message

cheafnebur

unread,
May 2, 2013, 9:33:17 AM5/2/13
to tas...@googlegroups.com
Hello Pent,

I made an app with tasker version 1.3.3u2. The app creation worked well too. After update Tasker to the new Version I can't export my project as app anymore.

In step 10 of the app creation I have the following error:

create binary manifest with the error: /data/data/net.dinglisch.android.appfactory/cache/tmp/AndroidManifest.xml:106:Error parsing XML: mismatched tag.

Do you know already this problem? Do you have a hint what the problem could be?

Kind Regards,

cheafnebur

Pent

unread,
May 2, 2013, 12:18:31 PM5/2/13
to Tasker
> Do you know already this problem? Do you have a hint what the problem could be?

What's the project name ?

Posting the manifest might help. Click the text document button when
the process fails.

Pent

cheafnebur

unread,
May 3, 2013, 12:29:54 AM5/3/13
to tas...@googlegroups.com
Project Name: app.at.traq

<?xml version="1.0" encoding="utf-8"?>

<!-- This file is informational only. Changing it will not affect your app! -->

<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="app.at.traq"
package ="0.8"
android:versionCode="218"
android:installLocation="internalOnly"
>

<supports-screens
android:xlargeScreens="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:resizeable="true"
android:anyDensity="true"
/>

<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="14"
/>

<uses-permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.WRITE_CALENDAR" />
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_CALENDAR" />
<uses-permission android:name="android.permission.READ_SMS" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<uses-feature android:name="android.hardware.location" required="true" />
<uses-feature android:name="android.hardware.wifi" required="true" />
<uses-feature android:name="android.hardware.location.gps" required="true" />
<uses-feature android:name="android.hardware.location.network" required="true" />
<uses-feature android:name="android.hardware.bluetooth" required="true" />
<uses-feature android:name="android.hardware.sensor.accelerometer" required="true" />

<application
android:label="apptrAq"
android:icon="@drawable/cust_ambilwarna_hue"
android:debuggable="true"
android:hardwareAccelerated="false"
>
<uses-library
android:name="com.google.android.maps"
android:required="true"
/>

<activity
android:name="net.dinglisch.android.tasker.Kid"
android:theme="@android:style/Theme.NoDisplay"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity
android:name="net.dinglisch.android.tasker.USBHandler"
android:theme="@android:style/Theme.NoDisplay"
android:excludeFromRecents="true"
android:noHistory="true"
android:allowTaskReparenting="true"
android:launchMode="singleInstance"
android:alwaysRetainTaskState="false"
android:stateNotNeeded="true"
android:clearTaskOnLaunch="true"
android:finishOnTaskLaunch="true"
android:configChanges="orientation|keyboardHidden|screenSize"
android:enabled="false"
>
<intent-filter>
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
<action android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
</intent-filter>

<meta-data
android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
android:resource="@xml/usb_device_filter"
>

<meta-data
android:name="android.hardware.usb.action.USB_DEVICE_DETACHED"
android:resource="@xml/usb_device_filter"
/>
</activity>

<activity
android:name="net.dinglisch.android.tasker.SceneActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@android:style/Theme.Translucent"
android:exported="false"
android:launchMode="standard"
android:allowTaskReparenting="true"
/>

<activity
android:name="net.dinglisch.android.tasker.SceneActivityResize"
android:configChanges="orientation|keyboardHidden|screenSize"
android:windowSoftInputMode="adjustResize|stateHidden"
android:theme="@android:style/Theme.Translucent"
android:exported="false"
android:launchMode="standard"
android:allowTaskReparenting="true"
/>


<service android:name="net.dinglisch.android.tasker.ExecuteService" />
<service android:name="net.dinglisch.android.tasker.MonitorService" />


<receiver
android:name="net.dinglisch.android.tasker.ReceiverStaticAlwaysOn"
android:enabled="true"
>
<intent-filter>
<action android:name="net.dinglisch.android.tasker.WILLYUM" />
<action android:name="net.dinglisch.android.tasker.AWAKEY" />
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>

<intent-filter>
<action android:name="android.intent.action.PACKAGE_ADDED" />
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<data android:scheme="package" />
</intent-filter>
</receiver>

<receiver
android:name="net.dinglisch.android.tasker.ReceiverStaticInternal"
android:enabled="false"
>
<intent-filter>
<action android:name="android.intent.action.DATE_CHANGED"/>
<action android:name="android.intent.action.TIME_SET"/>
<action android:name="android.intent.action.TIMEZONE_CHANGED"/>
<action android:name="net.dinglisch.android.tasker.ALARUM" />
<action android:name="net.dinglisch.android.tasker.ANDPROFTUM" />
<action android:name="net.dinglisch.android.tasker.CALARUM" />

</intent-filter>
</receiver>

<receiver
android:name="net.dinglisch.android.tasker.ReceiverStaticPhoneState"
android:enabled="false"
>
<intent-filter>
<action android:name="android.intent.action.PHONE_STATE" />
</intent-filter>
</receiver>

</application>
</manifest>

cheafnebur

unread,
May 3, 2013, 12:53:10 AM5/3/13
to tas...@googlegroups.com
It was not possible to get the xml content with the text button after the failed creation (Tasker couldn't open the editor) but I found the Manifest.xml File on my filesystem.

I tried first with the project name app@traq and then apptraq. I had with both names the same error.

Pent

unread,
May 3, 2013, 1:43:59 AM5/3/13
to Tasker
> After update Tasker to the new Version I can't export my project as app anymore.

Thanks for the manifest. Which Tasker version do you have now ?

Pent

cheafnebur

unread,
May 3, 2013, 2:36:39 AM5/3/13
to tas...@googlegroups.com
I have the newest Tasker Version from the Playstore with the newest App Factory Version. But normally I'm using Tasker 1.3.3u2 because the export works.

cheafnebur

unread,
May 10, 2013, 8:24:31 AM5/10/13
to tas...@googlegroups.com
Hello Pent,

Do you have some news?
Thanks cheafnebur

Pent

unread,
May 11, 2013, 4:34:29 AM5/11/13
to Tasker
> Do you have some news?

No.

Pent

Mitchell Greenfield

unread,
May 12, 2013, 9:04:02 AM5/12/13
to tas...@googlegroups.com
I am running into the same problem..I really need to get this version saved off my phone...

Pent

unread,
May 14, 2013, 3:11:01 AM5/14/13
to Tasker
> It was not possible to get the xml content with the text button after the failed creation (Tasker couldn't open the editor)

You need to install a text editor to fix that (e.g. the Open Intents
one)

> but I found the Manifest.xml File on my filesystem.

Could you email me the manifest please ?

sup...@apps.dinglisch.net

The manifest you've posted has missing ending tags in some places, but
I want to make sure that's not just due to the forum mangling xml.

Pent

Pent

unread,
May 14, 2013, 10:29:04 AM5/14/13
to Tasker

> The manifest you've posted has missing ending tags in some places, but
> I want to make sure that's not just due to the forum mangling xml.

Thanks for emailing the manifest. All of the missing end tags but one
were due to the forum, I fixed the remaining one for next update.

It's caused by the USB Connected state.

Pent

cheafnebur

unread,
May 14, 2013, 12:16:44 PM5/14/13
to tas...@googlegroups.com
Perfect, many thanks.

cheafnebur

Reply all
Reply to author
Forward
0 new messages