Update Sencha Architect project from Sencha Touch 2.2 to 2.3 - sencha-architect

How can I update Sencha Architect project from Sencha Touch 2.2 to 2.3?
I have Architect 3.0 installed.

The current beta build doesn't offer this yet.

You should be able to do this now by right clicking the library in the inspector and choosing from the context menu. I think there is also an option in the top menu as well. hint: the library is toward of the bottom in the resources section.

Related

Easy way to include third-party Views in Android Studio?

When working with ExoPlayer in Android Studio, to add a PlayerView to my application's layout I always have to click on the "Text" tab and dive into the XML.
Is there a way to add such third-party views to the palette so I can drag and drop a PlayerView directly onto my layout?
Update
Here's a screenshot of my Android Studio IDE. There's no "Project" tab or other clear means of adding to the palette
Palette has "Project" tab, hope this helps
I believe I may have figured out the source of my issue. As I mentioned in the original question, I'm working with ExoPlayer.
First, a View will only show up in the design palette if it's defined either in your project or in a JAR file
Next, ExoPlayer does not distribute a JAR file
When using jcenter to pull in ExoPlayer (as instructed by their installation guide) it will not build a JAR and so Android Studio is unaware of any custom views

Intellij Idea 2017.3 (and Android studio 3.1) project tool window doesn't show visibility icons anymore

After upgrading to Intellij Idea 2017.3 and to Android Studio 3.1 canary 6 I noticed the project tool window doesn't show the little lock icons next to files anymore.
This is very useful to have a bird's eye view on the visibility of each file (public, package protected...).
Is there a setting to bring them back?
Marco, please check this comment on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-172513#comment=27-2150075

Hierarchy Viewer is gone

It used to work well.But recently I upgraded my Android Studio to 2.3 and I find the hierarchy viewer disappears.I can't find it both in the sdk/tools directory and the Android Device Monitor.
Latest build tools (25.3.0) removes hierarchy viewer.
http://tools.android.com/recent/androidsdktoolsrevision2530feb2017
"The Layout Inspector available in Android Studio 2.2 is an early release. It's a work in progress that will supersede the Hierarchy Viewer tool once it is feature complete. For now, it provides a quick solution to inspect the view properties of your layout without leaving the IDE. " I find it in http://tools.android.com/tech-docs/layout-inspector.
According to it the Hierarchy Viewer is removed and we should use the layout inspector instead?
You can find it in the Android Studio with path
Tools > Android > Android Device Monitor > Window > Open perspective > Hierarchy View
You can refer this very detail post for more.

Android Studio 2.2.2 preview and design not showing properly

I have recently installed Android Studio 2.2.2. But in the IDE the preview and design window for xml not showing complete mobile-like appearance that I used to view in previous version, rather it is showing only the mobile screen with rulers around. How can I see full featured preview/design? Pls advice.
I was also looking for this, But its new functionally it will look like this by default. only screen and blueprints, No mobile.
https://developer.android.com/studio/write/layout-editor.html

Which version of Eclipse supports J2ME application development?

Trying to develop a J2ME application, but I am unable to configure J2ME in Eclipse (Juno) with Java ME SDK v. 3.2. The emulator will not even run with NetBeans 7.2. How can I get this configured properly?
I do not know exactly why, but MTJ does not run with Juno. If you like Eclipse try it with Indigo.
do the following steps:
go to help->install new software
click on add tab
in the name text field give "eclipse me update site"
in the url give "http://eclipseme.org/updates"
install the software
then you can find j2me installed in your eclipse juno
now integrating sun wtk emulator with juno
1.go to file ->new ->project->j2me
2.next we need to import devices for running midlets
3.click on the import tab
specify the path for the wtk
click refresh button select the devices
4.try to build an midlet applications

Resources