Welcome, Guest
Username: Password: Remember me
CodeTyphon Cross-Build Development, discussions and problems
  • Page:
  • 1

TOPIC:

Project for Android 10 years 10 months ago #4978

  • ekir
  • ekir's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 33
  • Thank you received: 6
Good time of day!
I would like to port some of their programs for the Android platform, but stumbled in the beginning. On this site there is a small handbook on how to configure the compiler. As a result, I compiled the dummy form with one button and get the result - file weighing about 2 megabytes. What to do with this file? What does he look like? How to load it in a virtual machine? Or you need to download this file in Eclipse? Feel monkey with a grenade.

Please Log in or Create an account to join the conversation.

Project for Android 10 years 10 months ago #5083

  • sax
  • sax's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 0
Hi.
I have the same problem.
According to the instructions www.pilotlogic.com/sitejoom/index.php/93...ss-build-for-android I do:
- I prepare my PC (Android SDK and NDK)
- Prepare CodeTyphon Studio
- Configure My Application
and compile my application.
Now I get a new file (about 2M) without extensions folder lib/arm-android/ contains the files:
*.ppu, *.o, *.lfm, *.res, *.or *.compiled.
Now I need instructions on how to make *.apk file and uploading to my device/emulator.

thx SaX

Please Log in or Create an account to join the conversation.

Project for Android 10 years 10 months ago #5084

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4535
  • Thank you received: 1114
Guys
how to build an "ark" file it's Google area...
we can't give an official method at CT Wiki.
Please search and you will find a lot of "apk build methods"
are so many...
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Project for Android 10 years 10 months ago #5085

  • sax
  • sax's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 0
THX sternas
I'm new to android application. I only produce application for Windows platform (C, C++, C#, Delphi, Java, ...) and my knowledge about Android is inadequate.
Can you tell me which file (from the project) and the tools I need to build apk file?
Or maybe some website where this case is presented.

Please Log in or Create an account to join the conversation.

Project for Android 10 years 10 months ago #5086

  • ekir
  • ekir's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 33
  • Thank you received: 6
Or at least to give the description of that enters into that file without expansion which is created as a result of compilation...

Please Log in or Create an account to join the conversation.

Project for Android 10 years 10 months ago #5087

  • ekir
  • ekir's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 33
  • Thank you received: 6
“Some stupid jerk tryin' to reach another project…” ( Chuck Berry).
While it about us - those who means Windows tries to program for Android.

Please Log in or Create an account to join the conversation.

Project for Android 10 years 10 months ago #5088

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4535
  • Thank you received: 1114
Guys my opinion is that
programmers from windows are the best android programmers,
you have the tool ( CT ) and the knowledge...

My suggestion is to read Android SDN and Help
apk file is only a zip file with some res, xml etc files with "signing process" link
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

Project for Android 10 years 10 months ago #5089

  • ekir
  • ekir's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 33
  • Thank you received: 6
Yes we do out of habit grumble ...

Please Log in or Create an account to join the conversation.

Project for Android 10 years 10 months ago #5090

  • sax
  • sax's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 0
Thank you all..
If I understand, the file without extension is *.so file (ELF file). Then I need to using keytool to make a release key for android (
keytool -genkey -v -keystore %APK_PROJECT_PATH%\bin\Project1ebugKey.keystore -alias Project1ebugKey. -keyalg RSA -validity 10000) and then ....

Please Log in or Create an account to join the conversation.

Last edit: by sax.
  • Page:
  • 1