Skip to content

lurus92/Mobile-Studio

Repository files navigation

Mobile Studio

Mobile Studio is a simple, cross-platform NativeScript IDE able to develop native applications for iOS and Android. alt tag

Libraries and Technology Used:

  • Electron (to convert a JS app to a native desktop one)
  • NativeScript (to convert a simil-JS code to native Android/iOS)
  • jQuery Mobile (utility)
  • jQueryUI / Bootstrap (Front-End)
  • Node.js (Back-End)

Prerequisites

These components should be installed in order to let the software run:

No checks are performed by the app. An automated installer is currently under development.

Execution

Simply download the executable files in the bin folder and run it.

Note for Android

It can happen that Android SDK path is not correctly recognized and thus is not possible to build apps for that platform. If Android SDK has been correctly installed, the solution is simple. Just open a terminal and write the following lines

export ANDROID_HOME=/Users/$(whoami)/Library/Android/sdk
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools

About

Mobile Studio is a simple, cross-platform NativeScript IDE able to develop applications for iOS and Android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published