You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: