Questions tagged [new-project]
105 questions
0
votes
1 answer
can not create new android application project in eclipse but can import and run existing
If I import existing android project in eclipse it works. But when I try to create new android project everything up-to last screen works but on last screen even if I press finish button, the dialog remains as it is, it doesn't get dismissed. And in…

android developer
- 491
- 3
- 7
- 16
0
votes
1 answer
Eclipse, Git pull to existing repository, where are new projects
Using Eclipse 4.21 + Egit 2.20 on Linux, all components are up to date. The Eclipse workspace is linked to a local repository stored outside of the workspace folder. The remote repository is on GitHub.
After a pull (either made within Eclipse or…

Polymerase
- 6,311
- 11
- 47
- 65
0
votes
1 answer
JavaScript new project with Visual Studio 2008
How can I work with JS in Visual Studio 2008? In example if I have only 1 JS file which I want to work with. So what project type should I create in VS to add JS file to it so VS will see how it works? Maybe someone could write a short step-by-step…

faya
- 5,535
- 11
- 37
- 49
0
votes
1 answer
Can't create any new project in MS VS 2010/2012
I can't create a new project of any kind in Microsoft Visual Studio 2010, although for a very long time I could.
It shows a "Couldn't create new project" error.
I thought it was a MS VS 2010 issue and downloaded and installed MS VS 2012.
Then, as it…

Chiffa
- 1,486
- 2
- 19
- 38
-1
votes
2 answers
How to set template to new python files
is there way to make "code template" in visual studio code?
All I want after creating new file is to fill the file with this code here like c# does...
This can save me time
# Imports
x = 10
# Set Variables
def main(text, number, variable):
…

Cau Ahoj
- 1
-1
votes
1 answer
Composer already installed but when i want to create a new project using cmd in laravel below error found
c:\wamp\www\hotels>composer create -project --prefer -dist laravel hotel "5.8.*"
[RuntimeException]
Invalid working directory specified, ist does not exist.

john baruah
- 3
- 2
-1
votes
1 answer
Starting a project like picasa
I am starting a new project which have an interface like picasa 3. Please let me know what all documents i have to prepare in advance before starting the project. Right now i am only developer but in the future other developers may join.
Is there…

logeeks
- 4,849
- 15
- 62
- 93
-1
votes
1 answer
fail to start gradle project with spring
I've installed Gradle plugin on Spring Tools Suite.
When I start gradle spring project, the project is not getting created and I get below exception :
org.gradle.tooling.GradleConnectionException: Could not install Gradle distribution from…

Boris
- 17
- 7
-1
votes
2 answers
Error creating new project or opening existing projectafter Android Studio 2.3 updates
I updated my Android studio to new version 2.3 and when trying to create new project or reopen existing project and following error blocks my way. Please help me.
Find error screen below
Thank You

Pritesh Patel
- 678
- 17
- 35
-1
votes
2 answers
create a project in intellij IDEA
After installing intelliJ IDEA, when I create a new project, I'm presented with this:
But those pages should be opened with JAVA EE :
Should I install anything else?

Mchmoji
- 1
- 1
-1
votes
1 answer
How do i create a laravel 5 anywhere on my computer so that i can view the site on my browser
I am new to laravel and it is boring to keep creating projects in my htdocs folder drive C. Besides, i may lose all my projects if the operating system crashes. So is there a way i can create a laravel project anywhere in my computer so that i can…

Awa Melvine
- 3,797
- 8
- 34
- 47
-1
votes
2 answers
New Website Project - php vs python vs ruby
I started a project about a website magazine. Up to now i have only created the css, some javascripts and the html layout to show my employers what is it about.
So i want to make it more interactive to the final user. Registration, user control…

fat_mike
- 877
- 12
- 27
-3
votes
1 answer
What type of project should a raytracer be in Microsoft Visual C++?
Class library, CLR console app, CLR empty project, makefile project, console application, or forms app?

Neal
- 1
-3
votes
1 answer
day counting and day of week(c++)
I'm working on a program in c++ that will get ask the user to enter a date such as (12 31) and the program will output the number of days and the day of the week so (12 31) will return (365 Tue). So far I have
#include
using namespace…

firenation1254
- 25
- 1
- 4
-4
votes
1 answer
Not making Django project in PyCharm
I have a problem when i try to create a new Django project in PyCharm.
enter image description here

Parsa Gholampour
- 3
- 2