developer

Primary tabs

ms developer command prompt (testing - for confidence with Visual Studio Code)

Invoke developer command prompt from Windows start button

as a test : use setx to connect an environment variable with a value e.g.
setx PICO_SDK_PATH C:\Users\Shed\Pico\pico-sdk

then open a second dev command prompt and in this case display all env variables starting with 'pico' by entering the command : set pico
the display should prove that the environment variable was set.

Android Developer Tips

if file : gradle.properties
add the line :android.useAndroidX=true

> Failed to apply plugin 'com.android.internal.application'.
> Android Gradle plugin requires Java 17 to run. You are currently using Java 11.
Your current JDK is located in /usr/lib/jvm/java-11-openjdk-amd64

Subscribe to RSS - developer