Android Question valid resource directory name: ..\res.chatmessageview res.ChatMessageView

Mark Ryan Penafiel

Member
Licensed User
Longtime User
where do i placed res.ChatMessageView in the chatmessageView of Sir Don, i have an error
valid resource directory name: ..\res.chatmessageview res.ChatMessageView
 

DonManfred

Expert
Licensed User
Longtime User
You are not providing enough infos.
where do i placed res.ChatMessageView
The folder should be inside your project folder. Where the b4a file, the files folder and the objects folder are.

pathtoyourproject\myproject.b4a
pathtoyourproject\res.ChatMessageView\

And then this line in your project
B4X:
#AdditionalRes: ..\res.ChatMessageView
 
Last edited:
Upvote 0
Top