为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to launch firefox focus in android studio using the github repo

more options

Hi, I am trying to contribute to open source software (firefox focus in particular, since I am familiar working with Java). I clone'd the repo from github: https://github.com/mozilla-mobile/focus-android

I opened the repo in Android Studio. How do I now configure it to run / launch firefox focus? I tried looking for documentation to get set up, but the Readme on the link above just mentions to "Import the project into Android Studio".

Here is a link to a screenshot of when I try to run it as an android app: https://preview.redd.it/mdyg1vcvcxi41.png?width=1073&format=png&auto=webp&s=bdcf5f6f51d59c9b107b459a0e2fc76dd6db059f

I cannot select any module, and I tried to launch a specified activity (MainActivity) but run is still grayed out.

Thanks in advance!

Hi, I am trying to contribute to open source software (firefox focus in particular, since I am familiar working with Java). I clone'd the repo from github: https://github.com/mozilla-mobile/focus-android I opened the repo in Android Studio. How do I now configure it to run / launch firefox focus? I tried looking for documentation to get set up, but the Readme on the link above just mentions to "Import the project into Android Studio". Here is a link to a screenshot of when I try to run it as an android app: https://preview.redd.it/mdyg1vcvcxi41.png?width=1073&format=png&auto=webp&s=bdcf5f6f51d59c9b107b459a0e2fc76dd6db059f I cannot select any module, and I tried to launch a specified activity (MainActivity) but run is still grayed out. Thanks in advance!

被采纳的解决方案

Hi

Thank you for your question

When you open Android Studio, there should be a smaller splash-type screen that allows you import a project. Select this and then navigate to the .zip file from the repo to import it.

I hope this helps.

定位到答案原位置 👍 0

所有回复 (4)

more options

选择的解决方案

Hi

Thank you for your question

When you open Android Studio, there should be a smaller splash-type screen that allows you import a project. Select this and then navigate to the .zip file from the repo to import it.

I hope this helps.

more options

Hi, I clone'd the repo. This created a `focus-android` folder with all of these folders and files in it: https://github.com/mozilla-mobile/focus-android

Which .zip file are you referring to?

I imported the entire focus-android folder in android studio. I am at this step now, and want to run / launch it from within android studio (using an emulator). But I can't seem to figure out how to edit configurations.

Referring to this: https://preview.redd.it/mdyg1vcvcxi41.png?width=1073&format=png&auto=webp&s=bdcf5f6f51d59c9b107b459a0e2fc76dd6db059f

do I configure it as an android app? Or Kotlin?

Or is there another way of doing it?

Thanks!

more options

I tried downloading the .zip file from github, and then importing the .zip file in android studio but it says the project file specified already exists. I tried deleting the .idea but it still doesn't work. :(

more options

Hi, quick update. I ran the build and it did create the debug apk file. I ran the build from command line and then through android studio again. Now, when I try to edit configurations, it says "Error: Module not specified" and I cannot specify any module. You could see over here: https://preview.redd.it/mdyg1vcvcxi41.png?width=1073&format=png&auto=webp&s=bdcf5f6f51d59c9b107b459a0e2fc76dd6db059f


it says "no module" and when I click the drop down, I cannot select a module. Any idea how to fix this?