Questions tagged [new-project]
105 questions
0
votes
1 answer
I can't find Java among the categories when I press on "New Project" in NetBeans
I have a problem with NetBeans that when I click on New Project I find only C/C++ category and no Java category:
I already have JDK installed in my computer and among the paths in "System variables". I can't find Java in NetBeans > Tools > Plugins…

Bubbaloo
- 17
- 1
- 1
- 7
0
votes
1 answer
Exception in Pom.xml SPring Starter project
I created a project with Spring Starter Project, but my pom.xml gives me this exception:
org.apache.maven.archiver.MavenArchiver.getManifest(
org.apache.maven.project.MavenProject, org.apache.maven.archiver.MavenArchiveConfiguration)

Boris
- 17
- 7
0
votes
1 answer
Creating New Project Generated for other version of Django in Visual Studio
Why everytime I create a new project in Visual Studio it uses the 1.9.1 version of Django instead of 2.0.3 version? I have to create the project and then upgrade the versioin of Django to 2.0.3, because it cause me problems with MIDDLEWARE for…

Humberto2991
- 57
- 1
- 6
0
votes
0 answers
Can't create SQL Server database project in Visual Studio 2013
Please I need help, I want to create a SQL Server database project in Visual
Studio 2013.
I tried File -> New -> Project .. but I can't find the SQL Server option in the menu:
I found out that I had to install the SSDT for VS2013 from this…

MNada
- 353
- 2
- 6
- 14
0
votes
1 answer
Eclipse-rcp: Create new Project loaded deleted Project with same name in workspace
Given scenario:
In the Project Explorer of Eclipse-RCP a user deleted (right mousclick->delete) a project with the name "XXX" from the workspace but he did not delete the project contents from his disk.
(So, the project exists on his disk…

Nepo H.
- 1
- 1
0
votes
1 answer
How to create a new MVC project with EF6 Db first approach in VS 2015
I want to create a new MVC project with EF to use database first approach.
So I have created a new MVC 5.2.3 project in Visual Studio 2015 using a wizard which created default Account and Manage users models, controllers and views.
The connection…

nickornotto
- 1,946
- 4
- 36
- 68
0
votes
2 answers
Android studio 1.4 opens new project wizard with empty screen- can't create new project
I downloaded android studio 1.4 and now when i try to open a new project a window opens with "new project wizard" written on the frame of the window, but the window itself is white and empty, and I cannot create a new project.
No errors are showing…

Bali
- 11
- 2
0
votes
2 answers
How do you properly implement multiple fragments in Android
I opened up android studio, created a new project, and chose Drawer with base activity.
The following items got created:
activity_main.xml
new java project, and I used the default settings.
Why is my hbv8 has an red x at the corner of its icon? It also automatically imported the source code from hbv7 with me importing it. Can…

user3735871
- 527
- 2
- 14
- 31
0
votes
1 answer
VS Package Extension to add a new project type to the new projects options window
I woulkd like to create a Visual Studio extension. I chose the Package option since the AddIn option will be deprecated from Visual Studio 2013 and above.
So i installed Visual Studio 2012, and Visual Studio SDK 2012, and created a new VS Package…

user1835297
- 1,059
- 2
- 12
- 24
0
votes
0 answers
Error in android studio while creating new project
I have just installed android studio in my computer and when I try to create a new project, I got this error message :
Failed to import Gradle project: Could not install Gradle distribution from…

asep16
- 61
- 1
- 3
0
votes
2 answers
New project missing xml files and folders
When creating a new project on Android Studio, some files are missing on my new project like:
xml files:
activity_main.xml, AndroidManifest.xml
Folders inside res folder:
layout, values
I dont know if theres more things missing. Im using windows 8…

jmss10
- 1
- 2