Is there a way to build android apk to support x64 and other architectures with gluonfx maven plugin? - maven-plugin

I have packaged my javafx project into Android application with the support of "gluonfx-maven-plugin".But there is just aarch64 architecture supported. And the converted project can be open in Anroid studio without error.Is there any extra plugins to build the project into all other Android architectures?
I want to build the app for pc's and other devices with Android OS.
Thanks for your time!

Related

Project Centennial Apps in Hololens Emulator

I have successfully converted my WPF based .net applications to UWP using Project Centennial. When i upload that project to Hololens Emulator using Emulator portal i get the following error.
My UWP app is compiled for x86 and the emulator version is 10.0.14393.0
Failure reason: Failed to start deployment.
Failure text: A Prerequisite for an install could not be satisfied.(0x80073cfd)
HoloLens doesn't support Win32. Your app is Win32 just packed in .appx. It works on PC only and not on other device families. You may add an UWP app to the same package that will serve non-PC devices.

is there is any way to build hybrid app (Ionic, AngularJs, Cordova) in android studio

I am native android application developer working on java and android api's with android studio, recently i got a requirement to build a hybrid app with ionic, cordova and angularJs, i spent 5-6 hours and dig google to get some tutorail to setup a project structure of hybrid app in andorid studio, but haven't found anything.
I know how to use ionic, angular and cordova but don't know about the project structure and setup compiling and how to run.
so, i want you guys to post links of such tutorails (If you have any).
Have a look over cordova CLI mode. In this see specific for Android Platform for that you first need following pre-requirement to use:
Android Studio.
Android SDK.
Node.js
Git Client
After installing Node.js Open it's terminal and follow command to create Cordova project with different platform. These steps are already mentioned in official documentation.
Once you have created executed cordova build androidcommand then browse to your project directory. In that you will find that there's a directory named platforms in that you will see Android, now open your Android Studio in that select Select Import Project (Eclipse ADT, Gradle, etc). when you create a new project from there browse to Android directory. That's all you need to do for cordova
Official documentation and referrals links:
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
https://docs.angularjs.org/misc/started
Hello try to reefer this articles on mcgivery blog.
http://mcgivery.com/100-ionic-framework-resources/
I'm ionic dev and if you want to use good IDE use WebStorm :)
I'm using it on EAP version.
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.

Is Android Installer (.apk file) supported in Tizen Os?

Is .apk file based installation supported on Tizen Os ?
The native applications of both are entirely different, .apk for android coded in Java and .tpk for Tizen coded in C++. So its impossible to directly instal .apk files in Tizen.
But OpenMobile has created an application named ACL for Tizen which will run almost any android applications in Tizen platform.
First you will have to install the application in the Tizen device and you have to load the apk within the ACL application.
No it is not supported directly, although there are some third-party emulators.
Tizen supports its own format .tpk for native and .wgt(which uses and extends W3C specifications) for Web Apps. Android uses adb for deployment, Tizen uses sdb for deployment.
Not directly, but there is one compatibility layer for that. http://openmobile.co/pdf/Data_Sheet_ACL_for_Tizen_8.pdf
Since android app is written by java, and Tizen OS is base on C/C++. it's not supported.

Is there a 64-bit plugin for Google App Engine in eclipse?

So I have the 64-bit Windows version of Eclipse installed.
I'm curious -
Is there a 64-bit build of the Google App Engine plugin?
Is it acceptable to install the 32-bit Google App Engine plugin on the Eclipse x64 installation?
The GAE plugin is written in Java, so there is no 32 and 64 bit version. You need to have 64 bit Java runtime, but compiled code is always the same.

App Engine Connected Android Project

I'm missing the App Engine Connected Android Project option when I go to File->New->Other->Android. I'm running Eclipse Helios on Win Xp.
Thank you
Have you already installed the Google Plugin for Eclipse (GPE)? What version? App Engine Connected Android Project is new in 2.4, which is still in beta. Instructions for installing the beta version (basically you just have to use a slightly different software site) are at http://code.google.com/eclipse/beta/docs/download.html

Resources