Questions tagged [new-project]

105 questions
2
votes
1 answer

android studio failed to create new project

I am new in android app development, and this a month that I am working with android studio. Before, I created lots of project without any problem. This is two days that I received this strange error when I create a new project: Error:Unable to find…
2
votes
2 answers

Android Studio doesn't create new project

I'm using the newest version of Android Studio on Windows 7. I'm trying to create new project with blank activity. It creates project folder with some system-required files but there's no manifest, activity or layout file (remember, I asked it to…
user1049280
  • 5,176
  • 8
  • 35
  • 52
2
votes
2 answers

Creating new file in Aptana 3 without creating a new project

How would I be able to create a new .php or .html (examples) in Aptana 3 without going to the process of creating a new project file in order to accomplish it. I am running on a Mac and running Aptana Studio 3.2.2 If someone could lead me to the…
1
vote
1 answer

How to set Maven as default type for the spring initialzr with Intellij version 2022.3

With the new Intellij version (2022.3) Maven is no longer the default type (is has selected Bradle- Groovy) for a Java Project when using the spring boot initializr. This is extremely annoying since Maven used to be the default option. I have…
Plaul
  • 7,191
  • 5
  • 19
  • 22
1
vote
1 answer

Intellij idea default setting for projects

My code style settings keep getting reset when I create a new project, and I have to re-export from the default ide configurations. is it possible to make some factory settings for the project (code style for java, general code style, optimize…
moonkit
  • 25
  • 4
1
vote
1 answer

New Angular project created without package.json, angular.json, etc

I decided to create a library for Angular as a way to learn a bit more about it. I work every day with Angular but have never set up a project from scratch. I've never had to actually deal with an empty environment, create the backbones of a…
1
vote
1 answer

Symfony make:auth command

I create a website with symfony 6 and I'd like to add an authentication system. I see that symfony console make:auth command exist, but I can't use it with Symfony 6 ? I got this error : [ERROR] MakerBundle only supports the new authenticator based…
C. MARTIN
  • 43
  • 12
1
vote
1 answer

Can't create new project in QT Design Studio because of the extra large size of "Create New Project" dialogue Box. And also can not resize it

I want to create a new project in the QT design studio. But whenever I click on the "create new project" button it opens an extra-large "New Project" titled dialogue box. Because of this, I can't reach the "Create" button, nor can I resize it. How…
SR Saad
  • 11
  • 2
1
vote
1 answer

Flutter Android Studio not showing Flutter Application on new Project

I have successfully installed ANdroid Studio and Flutter on my Windows 11 laptop. When i lauch my Android Studio and i select New Flutter app, it is showing me this. Can anyone tell me why. And how to Fix it How will it show the correct dialog which…
1
vote
2 answers

Flutter beginner - first time seeing lots of constant blue problems in IDE

My questions relates to this post: Flutter const with const constructors I've got an issue trying to get rid of the blue squiggly lines under the majority of my widgets plus the MyApp class which I've never seen before. I prefix all the widgets with…
James B
  • 37
  • 5
1
vote
2 answers

Why can't I create a Q#create project on VisualStudio Code with QDK || ISSUE :command "'quantum.newProject' failed.)"

help regarding the issue below would be really appreciated : Command 'Q#: Create new project...' resulted in an error (Running the contributed command: 'quantum.newProject' failed.) I was trying to follow this exercice :…
1
vote
0 answers

my first experiment learning R shiny with maps, points and mathematical expressions

Below you will find my first project trying to learn Shiny. I am trying to implement the below idea: choose with slide bar a number and display the correct answer of mathematical expression have a map insert a point at the map read a csv ( data…
Tasos
  • 11
  • 1
1
vote
1 answer

Angular9: project ng new -> Disk 0(C:) is reaching 100%

I am new to Angular. Whenever I create a new project my C disk is hitting 100% and CMD is freezing by showing Installing packages... I have waited more than an hour but still intalling. Why C: disk reaching 100%. How can I solve this problem? I use…
1
vote
0 answers

Nativescript angular new project creating error

I installed all the environment setups for nativescript angular but I can't create new project using tns create command when I tried it shows me a error like this can anyone pls help me to solve to error While trying I got this below error npm WARN…
Vimal R.S
  • 11
  • 2
1
vote
0 answers

Why and when you should create a new project in a visual studio solution?

Why and When you should create a new project in a visual studio solution? To be more specific, when you should separate the main project in multiple projects? We all know that Database files should be separated by main project, that Entity Framework…