Skip to content

Instantly share code, notes, and snippets.

@rodrigobravo
Created June 29, 2017 22:15
Show Gist options
  • Save rodrigobravo/329354079808a8ac147ab29f74a1cf48 to your computer and use it in GitHub Desktop.
Save rodrigobravo/329354079808a8ac147ab29f74a1cf48 to your computer and use it in GitHub Desktop.
Executing tasks: [:app:assembleDebug]
Configuration on demand is an incubating feature.
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /home/rodrigo/Android/Sdk/ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
Incremental java compilation is an incubating feature.
:app:buildInfoDebugLoader
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:prepareComAndroidSupportAnimatedVectorDrawable2600Alpha1Library
:app:prepareComAndroidSupportAppcompatV72600Alpha1Library
:app:prepareComAndroidSupportConstraintConstraintLayout102Library
:app:prepareComAndroidSupportDesign2600Alpha1Library
:app:prepareComAndroidSupportRecyclerviewV72600Alpha1Library
:app:prepareComAndroidSupportSupportCompat2600Alpha1Library
:app:prepareComAndroidSupportSupportCoreUi2600Alpha1Library
:app:prepareComAndroidSupportSupportCoreUtils2600Alpha1Library
:app:prepareComAndroidSupportSupportFragment2600Alpha1Library
:app:prepareComAndroidSupportSupportMediaCompat2600Alpha1Library
:app:prepareComAndroidSupportSupportV42600Alpha1Library
:app:prepareComAndroidSupportSupportVectorDrawable2600Alpha1Library
:app:prepareComAndroidSupportTransition2600Alpha1Library
:app:prepareDebugDependencies
:app:compileDebugAidl UP-TO-DATE
:app:compileDebugRenderscript UP-TO-DATE
:app:generateDebugBuildConfig UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources UP-TO-DATE
:app:mergeDebugResources UP-TO-DATE
:app:processDebugManifest UP-TO-DATE
:app:processDebugResources UP-TO-DATE
:app:generateDebugSources
:app:incrementalDebugJavaCompilationSafeguard UP-TO-DATE
:app:javaPreCompileDebug
:app:compileDebugJavaWithJavac
/home/rodrigo/AndroidStudioProjects/WinComanda/app/src/main/java/br/com/laborumtech/wincomanda/LoginActivity.java:19: error: <identifier> expected
imm.showSoftInput(yourEditText, InputMethodManager.SHOW_IMPLICIT);
^
/home/rodrigo/AndroidStudioProjects/WinComanda/app/src/main/java/br/com/laborumtech/wincomanda/LoginActivity.java:19: error: <identifier> expected
imm.showSoftInput(yourEditText, InputMethodManager.SHOW_IMPLICIT);
^
/home/rodrigo/AndroidStudioProjects/WinComanda/app/src/main/java/br/com/laborumtech/wincomanda/LoginActivity.java:19: error: <identifier> expected
imm.showSoftInput(yourEditText, InputMethodManager.SHOW_IMPLICIT);
^
3 errors
Incremental compilation of 2 classes completed in 0.871 secs.
:app:compileDebugJavaWithJavac FAILED
:app:buildInfoGeneratorDebug
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 26.423 secs
Executing tasks: [:app:assembleDebug]
Configuration on demand is an incubating feature.
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /home/rodrigo/Android/Sdk/ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
Incremental java compilation is an incubating feature.
:app:buildInfoDebugLoader
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:prepareComAndroidSupportAnimatedVectorDrawable2600Alpha1Library
:app:prepareComAndroidSupportAppcompatV72600Alpha1Library
:app:prepareComAndroidSupportConstraintConstraintLayout102Library
:app:prepareComAndroidSupportDesign2600Alpha1Library
:app:prepareComAndroidSupportRecyclerviewV72600Alpha1Library
:app:prepareComAndroidSupportSupportCompat2600Alpha1Library
:app:prepareComAndroidSupportSupportCoreUi2600Alpha1Library
:app:prepareComAndroidSupportSupportCoreUtils2600Alpha1Library
:app:prepareComAndroidSupportSupportFragment2600Alpha1Library
:app:prepareComAndroidSupportSupportMediaCompat2600Alpha1Library
:app:prepareComAndroidSupportSupportV42600Alpha1Library
:app:prepareComAndroidSupportSupportVectorDrawable2600Alpha1Library
:app:prepareComAndroidSupportTransition2600Alpha1Library
:app:prepareDebugDependencies
:app:compileDebugAidl UP-TO-DATE
:app:compileDebugRenderscript UP-TO-DATE
:app:generateDebugBuildConfig UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources UP-TO-DATE
:app:mergeDebugResources UP-TO-DATE
:app:processDebugManifest UP-TO-DATE
:app:processDebugResources UP-TO-DATE
:app:generateDebugSources
:app:incrementalDebugJavaCompilationSafeguard UP-TO-DATE
:app:javaPreCompileDebug
:app:compileDebugJavaWithJavac
:app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
/home/rodrigo/AndroidStudioProjects/WinComanda/app/src/main/java/br/com/laborumtech/wincomanda/LoginActivity.java:19: error: <identifier> expected
imm.showSoftInput(yourEditText, InputMethodManager.SHOW_IMPLICIT);
^
/home/rodrigo/AndroidStudioProjects/WinComanda/app/src/main/java/br/com/laborumtech/wincomanda/LoginActivity.java:19: error: <identifier> expected
imm.showSoftInput(yourEditText, InputMethodManager.SHOW_IMPLICIT);
^
/home/rodrigo/AndroidStudioProjects/WinComanda/app/src/main/java/br/com/laborumtech/wincomanda/LoginActivity.java:19: error: <identifier> expected
imm.showSoftInput(yourEditText, InputMethodManager.SHOW_IMPLICIT);
^
3 errors
:app:compileDebugJavaWithJavac FAILED
:app:buildInfoGeneratorDebug
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 1.858 secs
Executing tasks: [:app:assembleDebug]
Configuration on demand is an incubating feature.
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /home/rodrigo/Android/Sdk/ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
Incremental java compilation is an incubating feature.
:app:buildInfoDebugLoader
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:prepareComAndroidSupportAnimatedVectorDrawable2600Alpha1Library
:app:prepareComAndroidSupportAppcompatV72600Alpha1Library
:app:prepareComAndroidSupportConstraintConstraintLayout102Library
:app:prepareComAndroidSupportDesign2600Alpha1Library
:app:prepareComAndroidSupportRecyclerviewV72600Alpha1Library
:app:prepareComAndroidSupportSupportCompat2600Alpha1Library
:app:prepareComAndroidSupportSupportCoreUi2600Alpha1Library
:app:prepareComAndroidSupportSupportCoreUtils2600Alpha1Library
:app:prepareComAndroidSupportSupportFragment2600Alpha1Library
:app:prepareComAndroidSupportSupportMediaCompat2600Alpha1Library
:app:prepareComAndroidSupportSupportV42600Alpha1Library
:app:prepareComAndroidSupportSupportVectorDrawable2600Alpha1Library
:app:prepareComAndroidSupportTransition2600Alpha1Library
:app:prepareDebugDependencies
:app:compileDebugAidl UP-TO-DATE
:app:compileDebugRenderscript UP-TO-DATE
:app:generateDebugBuildConfig UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources UP-TO-DATE
:app:mergeDebugResources UP-TO-DATE
:app:processDebugManifest UP-TO-DATE
:app:processDebugResources UP-TO-DATE
:app:generateDebugSources
:app:incrementalDebugJavaCompilationSafeguard UP-TO-DATE
:app:javaPreCompileDebug
:app:compileDebugJavaWithJavac
:app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
/home/rodrigo/AndroidStudioProjects/WinComanda/app/src/main/java/br/com/laborumtech/wincomanda/LoginActivity.java:19: error: <identifier> expected
imm.showSoftInput(yourEditText, InputMethodManager.SHOW_IMPLICIT);
^
/home/rodrigo/AndroidStudioProjects/WinComanda/app/src/main/java/br/com/laborumtech/wincomanda/LoginActivity.java:19: error: <identifier> expected
imm.showSoftInput(yourEditText, InputMethodManager.SHOW_IMPLICIT);
^
/home/rodrigo/AndroidStudioProjects/WinComanda/app/src/main/java/br/com/laborumtech/wincomanda/LoginActivity.java:19: error: <identifier> expected
imm.showSoftInput(yourEditText, InputMethodManager.SHOW_IMPLICIT);
^
3 errors
:app:compileDebugJavaWithJavac FAILED
:app:buildInfoGeneratorDebug
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 1.503 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment