IDE download
Download address
The IDE, like AndroidStudio, is developed based on IDEA, so the Android development interface should be familiar.
Because JS is involved, node.js needs to be installed
brew install node
New construction
Here new projects can use Java language or JS, Java tends to do the Android project structure, JS and small program configuration is similar, convenient front-end developers quickly get started.
This JSON is actually the corresponding Android manifest file configuration, and json parsing is probably more efficient
A new page
Binding layout
Click the jump
Write a list
Simulator startup
Huawei emulator requires huawei real-name authentication, and there is no mobile phone emulator to choose when you run directly. You must manually open the emulator at this place, and huawei web page authentication is required before it can be started.Copy the code
The results
conclusion
There is no pressure to choose Java language projects for Android. The overall IDE development process and ideas are basically referenced by Android. In many places, the name is just changed, but it is still unstable at present. Just upgrade the IDE