Hello guys , i have created an application using win 32 api. But the real problem is how to convert it into an app(android)? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Hello guys , i have created an application using win 32 api. But the real problem is how to convert it into an app(android)?

in other words how to convert .exe to .apk ? plz help me out :(

7th Apr 2016, 2:03 PM
Danyal Shahid Shamsi
Danyal Shahid Shamsi - avatar
2 ответов
+ 1
Hi, it is actually not possible to convert an .exe to .apk. Nevertheless some IDE allows you to 'build' for multiple devices (such as Android, IOS, Windows, Windows mobile etc.). The best IDE for this is Xamarin. (You can also use VisualStudio 2015) So if you still have your Sourcecode, you can try to build an .apk. ☺
8th Apr 2016, 10:20 AM
M. Belog
M. Belog - avatar
0
If you have source code and can separate the platform dependent code from the platform independent code then you can do it in a way. Create SO files from the platform independent modules of code. (SO is an equivalent of DLL). platform dependent code for Android (or any other platform) will need to be rewritten using the API's of that particular platform...
11th Jun 2016, 12:10 PM
Mohit