phyphox Forums

Full Version: Compile source
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Down loaded from F-droid source.
Using Android Studio NO RUN/DEBUG button on
Further more at the beginning there was an IML
error changed to .phyphox-Android.iml.
Using Android Studio 3.4.2
I do not fully understand. F-Droid automatically compiles the source from our github repository and just did so this morning (https://f-droid.org/wiki/page/de.rwth_aa...ld_1010100) for version 1.1.1. Am I assuming correctly, that you just mention F-Droid as the source of how you found the source code?

So, if you are just trying to build phyphox yourself from our source on github (the ones linked here: https://phyphox.org/source, which are the ones used by f-droid), problems with iml files should not be a problem. You should be able to delete the iml files and let Android Studio rebuild the project. Is there another error message from Android Studio (maybe after deleting the iml file)?
(07-13-2019, 12:14 PM)Sebastian Staacks Wrote: [ -> ]I do not fully understand. F-Droid automatically compiles the source from our github repository and just did so this morning (https://f-droid.org/wiki/page/de.rwth_aa...ld_1010100) for version 1.1.1. Am I assuming correctly, that you just mention F-Droid as the source of how you found the source code?

So, if you are just trying to build phyphox yourself from our source on github (the ones linked here: https://phyphox.org/source, which are the ones used by f-droid), problems with iml files should not be a problem. You should be able to delete the iml files and let Android Studio rebuild the project. Is there another error message from Android Studio (maybe after deleting the iml file)?
 As you can see compilation with NO Errors.
NOOOOOO RUN or DEBUG
From the screenshot it looks like there are no configurations for running the app. Click "Add configurations" and set up a configuration for an Android app "app". Should be the defaults, but just in case, here is how it looks for me:
[attachment=34]

I just tried cloning the repository and importing it as a new project without having that problem, so I am not sure why this happens to you. How did you import the project?