Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Classic Chat / AGK to Android APK video [Pre-release thread]

Author
Message
Daniel TGC
Retired Moderator
17
Years of Service
User Offline
Joined: 19th Feb 2007
Location: TGC
Posted: 4th May 2012 19:05
Hi guys,

This is pre-release of module 0 of the upcoming AppGameKit to Android APK build process. This is a half resolution rendering, (final render will be full HD) This is the opening introduction video. Please view and leave comments.

Modules 1, 2 and 3 to follow so check back next week as well!

https://docs.google.com/open?id=0BxBsohXdxKEOZm9zcmw3Ui1DX1U
kamac
13
Years of Service
User Offline
Joined: 30th Nov 2010
Location: Poland
Posted: 5th May 2012 00:34 Edited at: 5th May 2012 14:58
This looks nice

Very clear. But just a bit too big time spaces between actions (like displaying new text line).

bjadams
AGK Backer
16
Years of Service
User Offline
Joined: 29th Mar 2008
Location:
Posted: 5th May 2012 00:42
Ancient Lady
Valued Member
20
Years of Service
User Offline
Joined: 17th Mar 2004
Location: Anchorage, Alaska, USA
Posted: 5th May 2012 01:35
Excellent!

Cheers,
Ancient Lady
XanthorXIII
AGK Gold Backer
12
Years of Service
User Offline
Joined: 13th May 2011
Location:
Posted: 5th May 2012 02:01
Very nice!!
Trisect Development
21
Years of Service
User Offline
Joined: 8th Sep 2002
Location: Denmark
Posted: 5th May 2012 13:05
Looking great!

I hope that you will follow up with iOS and PlayBook video tutorials.

Keep track of your milage and deductions
Get Driver Logbook
Nokiaqd
14
Years of Service
User Offline
Joined: 31st Aug 2009
Location:
Posted: 5th May 2012 14:17

Cool wait new videos =)

badablog.ru - bada developer
Daniel TGC
Retired Moderator
17
Years of Service
User Offline
Joined: 19th Feb 2007
Location: TGC
Posted: 5th May 2012 14:46 Edited at: 5th May 2012 14:48
Playbook wouldn't be a problem, but I can't do iOS sorry, I don't have a Mac, a developer account or the supporting software. Hundreds of pounds is well out of my price range for the foreseeable future.
JimHawkins
14
Years of Service
User Offline
Joined: 26th Jul 2009
Location: Hull - UK
Posted: 5th May 2012 15:05
Very good walk-through.

There are quite a few typos !!! causal/casual for example

-- Jim
bjadams
AGK Backer
16
Years of Service
User Offline
Joined: 29th Mar 2008
Location:
Posted: 5th May 2012 15:27
For iOS, Lee already did a video related to AppGameKit!

On iOS all you need is install Xcode and the iOS SDK and you have all the software setup.

There are many videos on youtube that show you how to handle the developer keys installation. This is ios generic and not agk specific.
DVader
20
Years of Service
User Offline
Joined: 28th Jan 2004
Location:
Posted: 9th May 2012 19:33
Er, why does this just take me to a google advert for googledrive? I see no video at all beyond the ad

Impetus73
12
Years of Service
User Offline
Joined: 28th Aug 2011
Location: Volda, Norway
Posted: 9th May 2012 20:43
Same here DVader

----------------
AGK user - novice
Did Amiga / AMOS programming in the 90's, just started programming again with AGK.
Trisect Development
21
Years of Service
User Offline
Joined: 8th Sep 2002
Location: Denmark
Posted: 1st Jun 2012 14:37
When is the final video coming out?

Check my games for iPad, Android Table and PlayBook.
www.ipad-apps.dk
Wacky Acky
12
Years of Service
User Offline
Joined: 3rd Nov 2011
Location: New Zealand
Posted: 6th Jun 2012 14:37
I get redirected to this slightly different link, which seems to work OK for me.

https://docs.google.com/file/d/0BxBsohXdxKEOZm9zcmw3Ui1DX1U/edit?pli=1


I'd also love to see the final video, it's quite a complicated process.
xtom2
14
Years of Service
User Offline
Joined: 8th Dec 2009
Location:
Posted: 7th Jun 2012 17:27
Wow it seems a very complicated process and so many tools needed. Why can't there just be a compile and publish for android button in agk.
Ancient Lady
Valued Member
20
Years of Service
User Offline
Joined: 17th Mar 2004
Location: Anchorage, Alaska, USA
Posted: 7th Jun 2012 18:32 Edited at: 7th Jun 2012 18:36
Quote: "Why can't there just be a compile and publish for android button in agk."


It would be nice, but the core bits needed for the Android app are, indeed, somewhat complex.

But, once you have the environment set up, it is easy to get each new app done.

You just have to be careful when AppGameKit updates to update your Android setup.

These are commands I execute every time I update/change my AppGameKit version. I have my Windows AppGameKit installed in C:\TGC\AGK (I never use the Program Files directories if given the choice, I hate spaces in paths/file names). And I used simply 'android-ndk' for the Android NDK path (I used the most recent version).

To update the core AppGameKit stuff:


To update my own projects after updating core AGK:


After doing the above to make sure the permissions are correct and that Eclipse will be able to run the app on the Android device:


Now, just so you have a working player, build the player:


Edit /cygdrive/c/Android/IDE/apps/interpreter/interpreter.cpp to uncomment the correct line so that your app will run instead of the player. In v1075 and v1076 it is at line #255:


Copy from your AppGameKit Tier1 directory, clean and compile your app:


Good luck!

Cheers,
Ancient Lady
3d point in space
14
Years of Service
User Offline
Joined: 30th Jun 2009
Location: Idaho
Posted: 8th Jun 2012 06:54
I also forget the process even though a I done a about 50 times. There are several things that you got to get familiar with like changing Icon and the name of the app. After you do it once its a lot easier to do it again even if you forget a few details.

Developer of Space Chips, pianobasic, zipzapzoom, and vet pinball apps. Developed the tiled map engine seen on the showcase. Veteran for the military.
Daniel TGC
Retired Moderator
17
Years of Service
User Offline
Joined: 19th Feb 2007
Location: TGC
Posted: 21st Jun 2012 16:35
The video is finished and just need annotating for the new menu system it's using. Perhaps after this I will also produce a "cheat sheet" for users who've been through the process before and have all the software setup.

Login to post a reply

Server time is: 2024-05-08 01:05:07
Your offset time is: 2024-05-08 01:05:07