Android sample hello world application

I have followed your hello world project , build was successful, still the apk file is not created under below path.

project path>/app/build/outputs/apk
Executing tasks: [:app:compileDebugSources] Configuration on demand is an incubating feature. :app:preBuild UP-TO-DATE :app:preDebugBuild UP-TO-DATE :app:checkDebugManifest :app:preReleaseBuild UP-TO-DATE :app:prepareComAndroidSupportAppcompatV72200Library UP-TO-DATE :app:prepareComAndroidSupportSupportV42200Library UP-TO-DATE :app:prepareDebugDependencies :app:compileDebugAidl UP-TO-DATE :app:compileDebugRenderscript UP-TO-DATE :app:generateDebugBuildConfig UP-TO-DATE :app:generateDebugAssets UP-TO-DATE :app:mergeDebugAssets UP-TO-DATE :app:generateDebugResValues UP-TO-DATE :app:generateDebugResources UP-TO-DATE :app:mergeDebugResources UP-TO-DATE :app:processDebugManifest :app:processDebugResources :app:generateDebugSources :app:compileDebugJava :app:compileDebugNdk UP-TO-DATE :app:compileDebugSources BUILD SUCCESSFUL Total time: 49.25 secs
Varavut 21-Apr-15 20:12

Member 11631511 23-Apr-15 5:21

I have run the green triangular button , but displaying "configuration is still incorrect , Do you want to edit it again" error popup is displayed. I was not able to setup emulator as while installing studio, intel HAMX is not properly installed.

Varavut 24-Apr-15 0:01

Configuration is still incorrect meant some of you code is not valid or something error, you can try to invalidate cache and restart (File>Invalidate Cache/Restart> Invalidate and Restart) and rebuild again. if it doesn't work please try to create new project and try to run without change anything to make sure that the problem is Tools's problem or Project's problem.

Humayun Kabir Mamun 2-Mar-15 2:12