Arshad Ullah

Results 4 comments of Arshad Ullah

Same issue. Please solve it .

I tried these two method but same issue.

Yes I solved it. just add code in "android/build.gradle". Now working. subprojects { afterEvaluate { project -> if (project.hasProperty('android')) { project.android { if (namespace == null) { namespace project.group }...