Posts

Showing posts from September, 2015
Problem ::   java.lang.RuntimeException: java.lang.IllegalArgumentException: Argument for @NotNull parameter 'name' of com/android/tools/idea/welcome/Platform. must not be null Solution ::  Open the folder "bin" under the directory where you installed your Android Studio. Find the file "idea.properties" and open it with Notepad++/UltraEdit/other_edit_tools. Add "disable.android.first.run=true" as the final line and save the file. Restart Android Studio.