Programming Tutorials

./gradlew assembleDebug '.' is not recognized as an internal or external command, operable program or batch file.

By: Farida in Android Tutorials on 2023-04-03  

The error message you're seeing suggests that the ./gradlew command is not recognized by your system.

On Windows, you'll need to use the gradlew.bat file instead of ./gradlew.

Try running the command gradlew.bat assembleDebug in your project directory instead of ./gradlew assembleDebug. This should initiate the build process and generate the debug APK file.

If you still encounter the same error, make sure that you're running the command in the correct directory where the gradlew.bat file is located. You can navigate to your project directory using the cd command in the terminal.

Also, ensure that you have the required version of Gradle installed on your system. You can check this by running the command gradle -v in your terminal. If Gradle is not installed, you can download and install it from the official Gradle website.






Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Android )

adb.exe: no devices/emulators found

Reading and Writing a file to SD card sample program in Android

Emulator: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***

Gradle, npm, react-native - How are they related?

Performing Streamed Install adb: failed to install app buildoutputsapkdebugapp-debug.apk: Exception occurred while executing 'install': android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

Is it safe to delete userdata-qemu.img userdata-qemu.img.qcow2 files

Android Preferences - Using Preferences in Android Tutorial

compileSdkVersion vs buildToolsVersion in app/build.gradle

Progress bar and downloading a file sample program in Android

gradle build failed Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema

./gradlew assembleDebug '.' is not recognized as an internal or external command, operable program or batch file.

Android Send SMS and Make a phone call in Android Application

Keep your android phone awake while debugging

Emulator: glTexImage2D: got err pre :( 0x506 internal 0x8058 format 0x1908 type 0x1401

'adb' is not recognized as an internal or external command, operable program or batch file.

Latest Articles (in Android)

Keep your android phone awake while debugging

compileSdkVersion vs buildToolsVersion in app/build.gradle

gradle build failed Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema

Gradle, npm, react-native - How are they related?

Emulator: glTexImage2D: got err pre :( 0x506 internal 0x8058 format 0x1908 type 0x1401

Emulator: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***

./gradlew assembleDebug '.' is not recognized as an internal or external command, operable program or batch file.

'adb' is not recognized as an internal or external command, operable program or batch file.

Performing Streamed Install adb: failed to install app buildoutputsapkdebugapp-debug.apk: Exception occurred while executing 'install': android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

Is it safe to delete userdata-qemu.img userdata-qemu.img.qcow2 files

adb.exe: no devices/emulators found

How to start the Android emulator

Get Location of an android phone programmatically

Getting Started with Android

Solution to error: unable to open connection to server due to security error

Related Tutorials

Keep your android phone awake while debugging

compileSdkVersion vs buildToolsVersion in app/build.gradle

gradle build failed Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema

Gradle, npm, react-native - How are they related?

Emulator: glTexImage2D: got err pre :( 0x506 internal 0x8058 format 0x1908 type 0x1401

Emulator: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***

./gradlew assembleDebug '.' is not recognized as an internal or external command, operable program or batch file.

'adb' is not recognized as an internal or external command, operable program or batch file.

Performing Streamed Install adb: failed to install app buildoutputsapkdebugapp-debug.apk: Exception occurred while executing 'install': android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

Is it safe to delete userdata-qemu.img userdata-qemu.img.qcow2 files

adb.exe: no devices/emulators found

How to start the Android emulator

Get Location of an android phone programmatically

Getting Started with Android

Solution to error: unable to open connection to server due to security error