Advertisement

Desktop and Android Application

Started by April 22, 2015 03:18 PM
2 comments, last by realh 9 years, 8 months ago

Hi guys, can someone explain me/give me a link about "rendering"(I don't know if this term fits the context) a application in intellij(i'm using libgdx) to desktop application and android app(or how to upload on google play). It works when i run it in both desktop app and android app but i don't know how to convert them from project to application.

I have searched the net but i couldn't find a good explanation. Sorry for my English. Thanks!

I don't quite understand what you are asking, but to me, it sounds like you are asking how to compile a program from the "IntelliJ" IDE and how to upload it to the "Google Play" store. To build a project in IntelliJ, go to Build->Make Project. To upload an APK to the Google Play store, use the Google Play Developer Console.

"The code you write when you learn a new language is shit.
You either already know that and you are wise, or you don’t realize it for many years and you are an idiot. Either way, your learning code is objectively shit." - L. Spiro

"This is called programming. The art of typing shit into an editor/IDE is not programming, it's basically data entry. The part that makes a programmer a programmer is their problem solving skills." - Serapth

"The 'friend' relationship in c++ is the tightest coupling you can give two objects. Friends can reach out and touch your privates." - frob

Advertisement

Thank you for the answer but I found that in IntelliJ I have to use File -> Project Structures -> Artifacts to export a Project to a .Jar file/Android Application file. Can someone explain me, step by step, how to configure the artifacts settings for JAR and for Android Application?

I can't really help you much, but I think the word you're looking for instead of "rendering" is "deployment". I thought libgdx had this pretty well covered though, check its wiki.

This topic is closed to new replies.

Advertisement