When creating a new project in Version 3088, it defaults to Framework 7 only, there are no other options.
I understand that JQM, Rachet and Topcoat have been depreciated, but there was no option for Twitter Bootstrap.
链接已复制
OK I have created 2 screen movies of the problem.
You will see the first movie shows the UI Framework defaults to App Framework 7. The second movie then shows me creating a second project and again no option is shown for the UI Framework, but it this time defaults to App Framework (No number 7 shown).
Occasionally restarting XDK and starting a new project will allow me to select an App Framework, but it fails more often than not.
I have zipped 2 MOV files attached.
Edit:
The subsequent creation of projects i.e the second video and more since are being created with the default of App Framework 3, XDK does not show the number 3 on the IDE but it shows under the project settings. The IDE does not have enough space to show App Framework 3, but shows Framework 7 because the text is shorter.
That's very strange. I cannot reproduce that with 3088. Whenever I make a new project (using the same blank template you did) when the html file is first opened in App Designer I am always shown a dialog asking me to select a framework.
If I make project, select a framework, and then delete that project and go back and make it again with the exact same name and location, it will not ask, because it has stored my previous choice. But this is a contrived case.
Hi Nick,
This is a bug that has been reported to engineering. If you already had a project named 'UI-Test' and if you delete that and create another project with the same name, this happens. The global-settings.xdk file assigns a framework name (i.e. Framework 7 if you chose it the first time) to the project 'UI-Test'. The framework is not removed from global-settings.xdk when you delete that project and so when you create one with the same name it preserves your previous framework selection and assigns it to the new project with the same name.
Here's a temporary workaround:
- Close Intel XDK
- Open global-settings.xdk file. See this FAQ for more information - https://software.intel.com/en-us/xdk/faqs/general#global-settings-file
- Look for your project at the end of the file:
"FILE-/C/Users/xxx/Downloads/pkg/Cordova-AD/www/index.html": {
"canvas_width": 320,
"canvas_height": 480,
"framework": "framework 7"
} - Remove the last line - "framework": "framework 7" (Remember to remove the comma in the line above it too)
- Save and close global-settings.xdk
- Launch Intel XDK
- Create project with same name
- You should now see framework selection options
