I cannot export mockups form figma to android studio« Back to Questions List

Hey Guys,

I have a question. I tried to export some mockups to an Android Studio UI. I did like they said in the video and in the read me. But it doesnt work. I get the following error:

Incorrect package="exportkit.figma" found in source AndroidManifest.xml: C:\Users\test\AndroidStudioProjects\Page1\app\src\main\AndroidManifest.xml.

Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.

 

Recommendation: remove package="exportkit.figma" from the source AndroidManifest.xml: C:\Users\test\AndroidStudioProjects\Page1\app\src\main\AndroidManifest.xml.

 

Does anybody have an idear?

Asked by nmax
Added June 1, 2023 7:04 pm

Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!

I have to correct myself: I meant   package="exportkit.figma" not package="package.figma"
Answer by nmax
Answered On June 1, 2023 7:36 pm #

I have to correct myself: I meant   package="exportkit.figma" not package="package.figma"
Answer by nmax
Answered On June 1, 2023 7:36 pm #

I found a solution:

Remove package="package.figma" attribute from the <manifest> element in the AndroidManifest.xml file of your app module

 

Add it to the app module build.gradle i.e build.gradle(:app) using namespace

Answer by nmax
Answered On June 1, 2023 7:34 pm #
Looking for another answer? View other questions in Android Error or get premium support for guaranteed results.
Asked by nmax
976 views
3 answers
Last Answered 11 months ago by nmax

Categories

Recent Answers

asked by admin
asked by anup-sarkar
asked by originalife07
asked by yudhis
[+] View All Recent Questions

Share Your Knowledge!

Contribute to the community and help other users to benefit from your answer with experience and knowledge.