Problem in saving a post in CloudDB

I was making a social media app and I faced this problem while trying save the post in CloudDB
Attempt to invoke virtual method 'android.view.View com.google.appinventor.components.runtime.Image.getView()' on a null object reference

Please show your relevant blocks

You are not setting an image to PicV

Still not working after I selected the image.

Same error ?

Which extensions are you using ?

Yes, Same error.
The extensions are DynamicComponents and KIO4_Base64.

I noticed that the problem was in saving the image as base64.

Yes, you need to be setting an image component to be converted, not a file path.

You may need to use a different method or extension.

Okay thanks

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