有什么方法可以在 android studio 中构建混合应用程序(Ionic、AngularJs、Cordova)
is there is any way to build hybrid app (Ionic, AngularJs, Cordova) in android studio
我是本地 android 应用程序开发人员,在 android 工作室从事 java 和 android api 的工作,最近我收到了构建的要求一个带有 ionic、cordova 和 angularJs 的混合应用程序,我花了 5-6 个小时并挖掘 google 以获得一些在 andorid studio 中设置混合应用程序项目结构的教程,但没有找到任何东西.
我知道如何使用 ionic、angular 和 cordova,但不知道项目结构和设置编译以及如何 运行。
所以,我希望你们 post 此类教程的链接(如果有的话)。
您好,尝试在 mcgivery 博客上收录这篇文章。
http://mcgivery.com/100-ionic-framework-resources/
我是离子开发人员,如果你想使用好的 IDE 使用 WebStorm :)
我在 EAP 版本上使用它。
first of all you have to install 1)node.js 2)apache ANT 3) Java JDK &
JRE 4) Android SDk & Eclipse and then after all installation you have
to set this all software path into environmental- variable. and then
fire your npm install -g ionic. without this all software
installation and there path setup your ionic application will not
created. and still you have any confusion and any question related
software installation and there path setup then again tell me i will
help you.
查看 cordova
CLI 模式。在此查看特定于 Android Platform
的内容,因为您首先需要满足以下先决条件才能使用:
安装后 Node.js
打开它的终端并按照命令创建 Cordova
不同平台的项目。 official documentation 中已经提到了这些步骤。
一旦你创建了执行的cordova build android
命令,然后浏览到你的项目目录。在那里你会发现有一个名为 platforms
的目录,你会看到 Android
,现在打开 select [=59= 中的 Android Studio
] 导入项目(Eclipse ADT、Gradle 等)。 当您从那里创建一个新项目时浏览到 Android
目录。这就是 cordova
你需要做的一切
官方文档和推荐链接:
http://ionicframework.com/docs/overview/#download
https://cordova.apache.org/docs/en/5.1.1/guide/platforms/android/index.html
https://cordova.apache.org/docs/en/5.1.1/guide/cli/index.html
我是本地 android 应用程序开发人员,在 android 工作室从事 java 和 android api 的工作,最近我收到了构建的要求一个带有 ionic、cordova 和 angularJs 的混合应用程序,我花了 5-6 个小时并挖掘 google 以获得一些在 andorid studio 中设置混合应用程序项目结构的教程,但没有找到任何东西.
我知道如何使用 ionic、angular 和 cordova,但不知道项目结构和设置编译以及如何 运行。
所以,我希望你们 post 此类教程的链接(如果有的话)。
您好,尝试在 mcgivery 博客上收录这篇文章。 http://mcgivery.com/100-ionic-framework-resources/ 我是离子开发人员,如果你想使用好的 IDE 使用 WebStorm :) 我在 EAP 版本上使用它。
first of all you have to install 1)node.js 2)apache ANT 3) Java JDK & JRE 4) Android SDk & Eclipse and then after all installation you have to set this all software path into environmental- variable. and then fire your npm install -g ionic. without this all software installation and there path setup your ionic application will not created. and still you have any confusion and any question related software installation and there path setup then again tell me i will help you.
查看 cordova
CLI 模式。在此查看特定于 Android Platform
的内容,因为您首先需要满足以下先决条件才能使用:
安装后 Node.js
打开它的终端并按照命令创建 Cordova
不同平台的项目。 official documentation 中已经提到了这些步骤。
一旦你创建了执行的cordova build android
命令,然后浏览到你的项目目录。在那里你会发现有一个名为 platforms
的目录,你会看到 Android
,现在打开 select [=59= 中的 Android Studio
] 导入项目(Eclipse ADT、Gradle 等)。 当您从那里创建一个新项目时浏览到 Android
目录。这就是 cordova
官方文档和推荐链接:
http://ionicframework.com/docs/overview/#download
https://cordova.apache.org/docs/en/5.1.1/guide/platforms/android/index.html
https://cordova.apache.org/docs/en/5.1.1/guide/cli/index.html