Results 1 to 3 of 3

Thread: [RESOLVED] Convert exe to apk. Is that possible

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2004
    Location
    syria
    Posts
    854

    Resolved [RESOLVED] Convert exe to apk. Is that possible

    Is that possible to convert the file that i creat on vb.net from extension exe to apk to work on the android

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,936

    Re: Convert exe to apk. Is that possible

    No it isn't, because they are very different technologies.

    You can create Android/Apple apps (including apk etc) using modern versions of Visual Studio, as there are options such as Xamarin (which uses C# rather than VB, but they are very similar).

    It can take a while to get your head around the differences in coding style, because mobile devices have a very different lifecycle for apps (eg: they can be stopped without warning, and restart on the same screen, with no data restored automatically). The good news is that most code is the same as you would write for any other C# program, but you do need to learn the bits that are different.

  3. #3
    New Member
    Join Date
    Jul 2024
    Posts
    2

    Re: [RESOLVED] Convert exe to apk. Is that possible

    Converting a VB.NET application from an .exe file to an .apk file to run on Android is not a straightforward process. VB.NET applications are typically built for Windows environments, and Android uses a different operating system and architecture. To achieve this, you would need to rewrite your application using a framework that supports Android, such as Xamarin or React Native, which allows you to develop cross-platform applications using C# or JavaScript respectively.

    If you're looking for a way to modify or patch Android applications, you might be interested in using a mod apk. This type of file allows you to apply custom modifications to Android apps, providing additional features or bypassing certain restrictions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width