Error 601:No corresponding activity was found

The activity starter is working fine in thunkable but it is not working in kodular.
Thunkable
blocks (1)
Kodular
blocks

1 Like

It’s working just fine, show us what else you are using your activity for

1 Like

Capture
Any help on this cos when i press the button i get Error 601: No corresponding activity was found

Your blocks are wrong.

You placed URL in data type. Set it in data URI.

2 Likes

okay, thanks. i really appreciate for correcting me. i didn’t look at the block very well.
Thanks once again

1 Like

I am also getting same error - -
I have set Activity Starter action to -
android.intent.action.GET_CONTENT
Blocks–
Only one block of button which starts activity

For what purpose you are using Activity starter?

@The_K_Studio to open file manager and get file

You would have to use this block as well

https://docs.kodular.io/components/connectivity/activity-starter/#data-type

@Boban
Ok, I understand so what data type I should set to pick any file.

I have set data type to / and it really helped but I am having one more problem that result is showing nothing.

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


Here are my blocks

Specifically, Which file you want to pick up? Data type depends upon file type.

I think, this requires read and write storage permission.

First add permission, grant it and try again.

I have set data type to / which works to pick any file but result shows nothing.

I asked the and granted permission, still it shows nothing in the result.

Use result URI block

Thanks for helping me

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.