


apks, but not building or running from inside the programĮdit 3: Here's my gradlew build output, note that it does build successfully:Ĭreating properties on demand (a.k.a. Where is the build path of each module set? I'm somewhat confused because the Project Structure->Facets->Android->Compiler settings, Project Structure->Modules->Paths->Compiler Output, adle, and MyProject.iml all seem to have something to do with the build path, but I don't quite understand how they relateĮdit: I know where it should be, but it's not there so I want to know how to change the build pathĮdit 2: For some reason running gradlew build does create. My question is, where are they going, or if they aren't being generated, why not?

However, I can build the app with no problems, and running gradlew packageDebug gives me the message ' build successful', so. apk file at that location, or indeed anywhere else in the project filesystem. At the moment, everything's working great, except that when I try to run the app, I get the message 'Local path doesn't exist.', where the local path is pointing at the path: AndroidStudioProjects\MyProject\MyProject.\build\production\MyProject.apk, and true enough, there is no. I've been rebuilding my project from the ground up, so there's been a lot of problems with it.
