

- How to set app icon in android studio 3.0.1 how to#
- How to set app icon in android studio 3.0.1 movie#
- How to set app icon in android studio 3.0.1 install#
It can't find it because it is pointed at an old JDK. Make project again (it may take a while to download Gradle 4.1) and you'll get a new error:ġ3) That error was due to the fact that Android Studio cannot find the Java Objects class. To fix this, set the Project window to project mode, go to SDL_tutorial -> gradle -> wrapper -> gradle-wrapper.properties and changeĭistributionUrl=https\:///distributions/gradle-2.14.1-all.zipĭistributionUrl=https\:///distributions/ This means our project is set to use the wrong version of Gradle. Select the directory and import the project with the default settings. For this tutorial we will put the project in " YOUR-HOME-DIRECTORY/androidprojects/SDL_Tutorial". Depending on your version of SDL, it could be at "~/androidlib/SDL2-2.0.5/Android.mk" or "~/androidlib/SDL2-2.0.4/Android.mk" and so on.ġ0) Start up Android Studio again and import the android project from the SDL2 source code which should be at "~/androidlib/SDL2-2.0.7/android-project"ġ1) Set the destination to a new folder inside of some accessible directory that is ideally dedicated to containing Android projects. After extracting the SDL2 source code you should have an Android makefile at "~/androidlib/SDL2-2.0.7/Android.mk". For this tutorial we will put them in the directory "~/androidlib/". Newer SDK means less stable SDK.Ĩ) Click on SDK Tools and make sure to install:ĩ) Extract the SDL2 source code to some accessible directory that is ideally dedicated to containing Android libraries.
How to set app icon in android studio 3.0.1 install#
You may want to install the latest version of the Android SDK but unless you know what you're doing and you actually need the latest features I would recommend against it.
How to set app icon in android studio 3.0.1 how to#
Instructions on how to do so should be at ~/android-studio/Install-Linux-tar.txtĦ) After starting Android Studio, go to Configure -> SDK Managerħ) Under SDK Platforms, check Show Package Details and select Android SDK Platform 16 for installation and hit apply to install: For this tutorial we will be putting it inside of the home directory.Īfter it's extracted, install and/or run Android Studio. You can install it with apt-get using:ĥ) Extract the android-studio folder from the Android Studio zip we downloaded earlier.

You can find the full source on this page.Ĥ) To run on an Android device we're going to need the Android Debug Bridge (known as ADB). Not just the development libraries you use for desktop development, the full source. Using apt-get you can install it using the following command:ģ) Download the SDL2 source.
How to set app icon in android studio 3.0.1 movie#
I recommend having a movie or TV show to watch ready if a gigabyte takes a long time for you to download.įirst you need to install the Java Development Kit (JDK).

If you have a limited connection, I'm sorry the android SDK is huge and it's just the way things are.
