[Q] java fx for android - Android Q&A, Help & Troubleshooting

hi all
i want to design my UI in android with javafx , but when i import my .fxml file to my layout (main.xml) in android i get error.
Please help me to do my Ui wth Java fx (my IDE is INTELLIJ 12)
thanks

Related

[Q] how do you setup android studio?

ok so earlier i was asking about how to come over from windows phone developing, i didnt just sit and wait for replys i got started.
i installed android studio
i learned that it didnt have the 4.4 api by default (the version of android my new phone will be running) so i located the sdk manager and installed the missing sdk
the preview pane for the layout editor could not render...i learnt i needed to go to the module settings and change the target there, then to the preview pane drop down and change the targeted android version there.
I added a simple button and then realised i have an error with the java ...that i have yet to touch!
Code:
public class MainDisplay extends ActionBarActivity {
ActionBarActivity is deapreciated....but thats the default template!
Code:
getMenuInflater().inflate(R.menu.menu_main, menu);
cannot resolve symbol R ....again default "blank activity" template
checked for updates and it is the latest version of android studio : 1.2.1.1
my jdk is the latest version : jdk1.8.0_45 (64bit)
any ideas why my android studio (freshly installed today) is generating broken templates ? or any ideas how to fix?

Error while importing project in android studio please help

i am a newbie, i am getting the following error while trying to import an app in android studio:
* Project Ringster:F:\App\2\project.properties:
Library reference ..\TestLinSDK could not be found
Path is F:\App\2\..\TestLinSDK which resolves to F:\App\TestLinSDK
i need to present the apk in few hours if somebody could help me i'll be grateful, even i can give a free rooted server

Help - How to build Android SDK

Hi,
I need to edit some java class files in Android SDK (Target: API 23) because i want to create custom feature for my app.
Do someone know how i can rebuild SDK?
Thanks

Why the APK generated by Eclipse is smaller than the one by Android Studio?

Hi,
I have a very simple Android project in Eclipse. I generated an APK for the project. Its size is only 180 KB.
But after I imported this Android project into Android Studio 3.2.1, I found that the APK generated by Android Studio is almost 500 KB.
I wonder that why the APK by Android Studio for the same project is so bigger.
Thank you in advance.

Converting apk to Android tv and firestick basic Source edits ?

Hello to all !
post here my question related to the title
I have an app running OK on Smartphones , Tablets , Android boxes
I'm wondering which files must to be basically edited to modify an existing app to get it runing on an Android Tv and firestick
I mean ...have to understand whats the exactly dynamic if editing manifest file reflect automatically edits to gradle ( syncing the project in Android Studio )
I had a read on Adroid official devs documents but to be honest I can figure out how to do things correctly ( edit manifest in the source before open the project in Android studio or edit it when "into " Android Studio ) do I have to manually edit even gradle file ( property and/or app ).
I know that app for TV and firestick have different behavior and doesnt require some activity like touchscreen ... they have to run with remote control , style and layout must be different so you have to add leanback to help you , banner to show in tv home ..
but my difficult is "start" to edit and where exactly to avoid load of warning in res/style and layout running the app with Tv emulator in Android Studio
Sorry for my poor explanation ...I'm an entusiast "homemade" dev

Categories

Resources