Questions tagged [new-project]

105 questions
0
votes
0 answers

How to run Django new project in the same VS code folder which already has a project that is running on every runserver Port?

I created two projects baseproject and web_project using django in vs code folder: smcode5 with virtual environment. I used web_project first to create an app and run on server port 8000. Now I want to use baseproject for an app, but only…
0
votes
0 answers

I encountered a TypeError: cannot read properties of null(reading 'python'), when I'm trying to create a new project in Rstudio of MacOS

Recently, I bought a MacBook Air m1 and started to write my code in Rstudio. These are my installed files. R: R 4.2.1 GUI 1.79 Big Sur ARM build; Rstudio: RStudio-2022.11.0-daily-120.dmg; The problem I encounter is as the following: when I create a…
New tun
  • 9
  • 1
0
votes
1 answer

Could not find com.facebook.fresco:stetho:2.2.0 getting this error while running a newly created app. I'm totally struck at this issue

*** What went wrong: Could not determine the dependencies of task ':app:mergeDebugAssets'. Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. Could not find com.facebook.fresco:stetho:2.2.0. Searched in the…
0
votes
0 answers

Validating if Jtextfield matches MySQL

I'm new to java and I'm making a ATM/bank app as small project to enhance my skills. I'm trying to see if it is possible to validate the Jtextfield to MySQL database. I have learnt how to validate inputted text in the console i.e. Enter name : BOB…
user300
  • 1
  • 1
0
votes
1 answer

Flutter projects are no longer being provisioned with the lib folder and dart files

When i create a new flutter project, the new project is no longer provisioned with the example app, there is no lib folder and no dart files. This has only started happening today. Has there been some update? Please see screenshots of my new flutter…
0
votes
0 answers

I can't locate the create a new project menu in visual studio

I recently installed Visual studio version 1.62.2_amd64.deb on my asus Chromebook using linux. I can't find the "create a new project" menu to create a new console application using c#. All I see is new file or new folder. Can someone help me with…
Wizking
  • 33
  • 6
0
votes
0 answers

Android Studio new project error in main activity.kt (basic activity)

everyone I'm very new to android studio, after creating a basic activity project and all building process, it throws an error in main activity(.kt). All 4 Navigation errors in imports. what should I do now enter image description here Thanks in…
user16005965
0
votes
1 answer

No templates on Visual Studio

So, I am trying to follow along with a video in order to help myself with a project I have soon. When following this project I recognize that my visual studios is different. In the video it shows a "create a new project" window along with different…
0
votes
2 answers

How to set up a new Mule project from scratch (Maven configured)

I have recently started working with the Mule using AnypointStudios. Now I need to create a new, Maven base, Mule project. I never had to do this so I'm pretty lost on how to set up and create a proper Mule project with maven. Someone can help…
0
votes
2 answers

Spring Boot - Thymeleaf - New project does not work

I need help to start a new project with spring boot. I used spring tool suite 4 "spring starter project". I followed all the steps of the guide correctly, but once I run localhost:8080 it tells me that it's impossible to reach the site. In problem's…
GLR_1992
  • 1
  • 1
0
votes
3 answers

What pattern to use with aspnet mvc?

I always used asp.net webforms with the MVP pattern, it works great for what I need, I basically create a project where all my business rules reside, validation etc... and I then implement my views in the webforms project. Now we're starting to use…
Gustav
  • 413
  • 1
  • 5
  • 9
0
votes
1 answer

Creating virtual env

Hi I am going to start a pretty big project in python. I need to use virtual environment for my packages. Where should I create it? If my project is in D:\my_project directory should I create env in the same directory? Or should it be on the same…
0
votes
2 answers

I want to run a new project in django and I get this error :ModuleNotFoundError: No module named 'C:\\Python39\\Lib\\site-packages\\django\\conf'

I created a project in virtualenv on windows and then tried to run it and this error occurred: Traceback (most recent call last): File "C:\Windows\System32\django\.venv\lib\site-packages\django\core\management\base.py", line 328, in…
Sm_mE
  • 1
  • 1
0
votes
1 answer

Eclipse Package Explorer does not show all files in new Android Project

I've just set up Eclipse on my 64-bit Windows 7 machine: I downloaded and installed: jdk-6u25-windows-x64.exe eclipse-java-helios-SR2-win32-x86_64.zip swt-3.6.2-win32-win32-x86_64.zip Android SDK: installer_r11-windows.exe I installed and…
mazcoss
  • 1
  • 1
  • 2
0
votes
1 answer

New Project Angular

I have a problem with Angular Project. I have install angular cli and after I create a new Project. But when I give the command ng serve, I have this error: Uncaught SyntaxError: Unexpected end of JSON input at JSON.parse () at…
Pangelo
  • 37
  • 2
  • 8