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
<?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>
I tried first with the project name app@traq and then apptraq. I had with both names the same error.
Do you have some news?
Thanks cheafnebur
cheafnebur