phyphox Forums
Compile source - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6)
+--- Forum: Bugs and Problems (https://phyphox.org/forums/forumdisplay.php?fid=9)
+--- Thread: Compile source (/showthread.php?tid=317)



Compile source - limelect - 07-13-2019

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


RE: Compile source - Sebastian Staacks - 07-13-2019

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_aachen.phyphox/lastbuild_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)?


RE: Compile source - limelect - 07-13-2019

(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_aachen.phyphox/lastbuild_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


RE: Compile source - Sebastian Staacks - 07-16-2019

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:
   

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?