scorpion
scorpion

Reputation: 97

Android Development With Qt

Qt says about producing an IDE for Android developement, Will that IDE use C++ language for coding or Java? And i have read on internet about some bugs in that IDE? Have those bugs being removed?

Upvotes: 1

Views: 3102

Answers (2)

softghost
softghost

Reputation: 1197

Maybe you are looking for necessitas.

Upvotes: 2

neciu
neciu

Reputation: 4485

I think you are talking about Lighthouse. In Lighthouse user writes his app in C++, compile it and then deploy on Android. The important note is that Qt librares are needed on Android device. These libs are downloaded from market at the first run of Lighthouse app.

IDE used to do it is standard Qt Creator.

Upvotes: 1

Related Questions