This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

ఇంకా తెలుసుకోండి

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

  • 4 ప్రత్యుత్తరాలు
  • 1 ఈ సమస్య కలిగినది
  • 1 వీక్షణ
  • చివరి సమాధానమిచ్చినది focussed_firefox

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?