Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in adding ListView and RecyclerView #167

Open
uniquelipu opened this issue Apr 5, 2024 · 0 comments
Open

Issue in adding ListView and RecyclerView #167

uniquelipu opened this issue Apr 5, 2024 · 0 comments

Comments

@uniquelipu
Copy link

Whenever I try to add ListView or RecyclerView into JSON data the following exception is thrown.

Caused by: com.flipkart.android.proteus.exceptions.ProteusInflateException: attribute 'children' must be an array of 'Layout' objects
at com.flipkart.android.proteus.parser.custom.ViewGroupParser.handleChildren(ViewGroupParser.java:163)
at com.flipkart.android.proteus.parser.custom.ViewGroupParser$5.handleValue(ViewGroupParser.java:128)
at com.flipkart.android.proteus.parser.custom.ViewGroupParser$5.handleValue(ViewGroupParser.java:120)
at com.flipkart.android.proteus.processor.AttributeProcessor.process(AttributeProcessor.java:126)
at com.flipkart.android.proteus.ViewTypeParser.handleAttribute(ViewTypeParser.java:175)
at com.flipkart.android.proteus.ViewTypeParser.handleAttribute(ViewTypeParser.java:171)
at com.flipkart.android.proteus.SimpleLayoutInflater.handleAttribute(SimpleLayoutInflater.java:189)
at com.flipkart.android.proteus.SimpleLayoutInflater.inflate(SimpleLayoutInflater.java:103)
at com.onemoney.commonuisdk.ProteusUIActivity.onCreate(ProteusUIActivity.kt:71)

Please help me to find any solution for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant