Android Studio 3.0 -> Servlet Module - android-studio-3.0

How to set up the Servlet Module in Android Studio 3.0?
I already tried to create a new module on a new project, but the view has changed from the version of Android Studio 2.3.3

Workaround: Import the module of Android Studio 2.3.3

Run / Debug Configurations.
Click on + Button, add App Engine DevAppServer.

Related

use installed vsix template in visual studio 2015 update 3

I had installed ng.Net.Template using tool -> extention and update
external link (https://marketplace.visualstudio.com/items?itemName=Dahln.ngNetTemplate#overview)
and it is successfully installed and restart visual studio
but not getting ng.Net.Template Template in a new project under c# -> web section.
What shall I do? Thanks.
I checked the link and it stated that
V3.1 on 10.8.2014 is Updated to Visual Studio 2015 and .NET 4.6
Please change .Net Framework Version and select Visual C# from left menu, then it will show on your list, e.g.
If 4.6 is not is options, then install it.

Unable to do release build in Android Studio 2.3

I am getting the following error when i am trying to build my library module. This happened after I upgraded my studio to 2.3, before that it was working fine.
Error:Execution failed for task ':ABC:dexguardRelease'.
Cannot cast object 'AndroidDependency{artifactFile=/Users/.../Library/../extras/android/m2repository/com/android/support/design/25.1.0/design-25.1.0.aar, coordinates=com.android.support:design:25.1.0#aar, projectPath=null, extractedFolder=/Users/.../.android/build-cache/43e8b63934cde56d5e4203435db0b96a40055fac/output, variant=null, isSubModule=false, jarsRootFolder=/Users/.../.android/build-cache/43e8b63934cde56d5e4203435db0b96a40055fac/output/jars}' with class 'com.android.builder.dependency.level2.AndroidDependency' to class 'com.android.builder.model.AndroidLibrary'
I was able to solve this by upgrading to dexguard version 8. Note that gradle 3.1+ will not detect your license file in same folder as the dexguard jar

Grails and Gradle not Importing in Intellij 14.1 CE

I have a grails 3.0.9 app that I am trying to import in IntelliJ. I did it before and it works but now it is not recognising anything.
Here is what I follow:
https://www.jetbrains.com/idea/help/importing-project-from-gradle-model.html
But I do not get anything that ressembles to a grails project.
Here is a screenshot of my project files left side bar:
What is that supposed to mean?
Why can't it just import it by using my build.gradle file and get it done with so I can run my grails app?
Intellij Ultimate does what you want, JetBrains don't support grails in the CE edition.

Which SDK for Importing existing Grails project to IntelliJ IDE?

I have created a new grails project which named is helloworld by console. And now, I want to import this project to IntelliJ IDE. At the one of steps, need to choose a project SDK.
Which one should I choose?
Use the Java JDK ("JDK" in the pictured list).

Xamarin Studio Package Console Edit Options

I'm using Xamarin Studio version 5.5.3 to build my ASP.NET MVC Application. When I create a MVC APP, is created with the version 5.2, however this version isn't totally supported and I need downgrade the package to some version < 5. I have to run the command "PM> Install-Package AspNetMvc -Version 4.0.20710" on package console, but it is readonly (as viewed on picture).
Someone have any idea to solve this problem?
The Package Console that ships with Xamarin Studio currently is read-only and only shows messages from NuGet.
There is a PowerShell console available as a separate addin but it is still an alpha release.
Alternatively you can install a specific version from the Add Packages dialog by running a search for all versions of a NuGet package:
Microsoft.AspNet.Mvc version:*
This will return all versions in the Add Packages dialog and you can then pick the version you want to install.

Resources