Try browsing to the images with a different file browser or input the locations manually.
I'd start with moving all icons to the same location and entering the paths into Tasker manually. Or try removing icons one by one and each time export as an app.
- Logs - Enabled the logs, there is nothing there that gives an error.
I'm actually in a similar situation although I'm on the current Tasker b8 and app factory b6 so may not be entirely relevant.
My existing scenes with images can be exported but those with newly added images will fail.
Also since the Android 4.4.4 update the pick 'local image' option only allows the use of the built in android file picker giving an unusual file path like,
content://com.android.providers.media.documents/document/image%3A18145
instead of the usual,
file:///storage/emulated/0/icon.png
What's even stranger is entering in the file path manually has no effect on fixing app exporting. Also both file paths above display correctly in the scene when launched.
https://docs.google.com/file/d/0B1P5DRf3yc2JVkljUUx1MHdlZ1E/edit?usp=docslist_api
Sorry, I'm being completely dense on this thread :-( It's actually the app factory log I need, not Tasker or the kid.
It will only be in the system log.
Pent
I have done the following testing with the latest market 4.3u4m and betas 4.4b6m & 4.4b8m. Exporting a single project with one task, one scene and one image (image is a single PNG)
I reset app preferences in android settings before testing.
Play Store Test
---------------------------
Device: Nexus 4 KitKat 4.4.4 stock unrooted
Tasker Version: 4.3u4m
App Factory Version: 4.3u4
Scene: Element edit, Image, Local Media, invokes the android file picker. I am presented with the following options,
• Recent (Fails to import the image)
• (app) Google Drive (Fails to import the image)
• Images (Fails to import the image)
• Downloads (Fails to import the image)
• Internal storage (Fails to import the image)
• (app) Gallery (Imports the image and the kid app compiles without any issues)
• (app) Photos (Imports the image and the kid app compiles without any issues)
• (app) Es File Explorer (Imports the image from /storage/emulated/0/ directory but not from sub-directories and the kid app compiles without any issues)
Image file path in image element: file:///storage/emulated/0/REDSPIN.png
Captured Intent,
Action: android.intent.action.GET_CONTENT
Type: image/*
Beta Test
--------------------
Device: Nexus 4 KitKat 4.4.4 stock unrooted
Tasker Version: 4.4b6m & 4.4b8m
App Factory Version: 4.4b6
Scene: Element edit, Image, Local Media, invokes the android file picker. I am presented with the following options,
• Recent (Imports the image but errors on compiling the kid app)
• Images (Imports the image but errors on compiling the kid app)
• Downloads (Fails to import the image)
• Internal storage (Imports the image but errors on compiling the kid app)
Image file path in image element: content://com.android.externalstorage.documents/document/primary%3AREDSPIN.png
Captured Intent, Could not get the intent.
Beta Test
--------------------
Device: Nexus 4 KitKat 4.4.4 stock unrooted
Tasker Version: 4.4b6m & 4.4b8m
App Factory Version: 4.4b6Scene: Element edit, Image, Local Media, invokes the android file picker. I am presented with the following options,
• Recent (Imports the image but errors on compiling the kid app)
• Images (Imports the image but errors on compiling the kid app)
• Downloads (Fails to import the image)
• Internal storage (Imports the image but errors on compiling the kid app)
I see where the failed compilation is coming from, will fix.
Will have to make the images (copy of) available from Tasker to App Factory somehow.
• Downloads (Fails to import the image)
Thanks for looking into this I've noticed the new beta post, will test again tonight and get back to you.
Thanks again for the impeccable support!
Anyway exported several apps all images exported without a hitch.