Home / bennugd2_Pixtudio / v1.4 / sourcecodeTools
Name Modified Size InfoDownloads / Week
Parent folder
pixtudio v1.4final.rar 2016-12-16 54.7 MB
empaquetador v1.4beta5.rar 2016-11-12 114.3 kB
fenixlib fpgeditor.rar 2016-09-02 3.2 MB
Totals: 3 Items   57.9 MB 0
Android Guide:

1. you open the example in the ide ... you compile with f6
2. in the editor press F9 to open the packager
3. You select the android tab
4. Click the button you hit "create key" to create a new license - if you've already created obvious this step
5. Click the button you give export ... to create the APK Android
6. already created the APK can manually copy the device using the USB cable and install for testing


to debug you must follow these steps
7. already in enable mode debugger on device  (debug mode / developer mode) in the docs folder tells how to do it
8. and with the debugger mode enabled, you can already see what happens in bennu pressing the "debugger" button in the packager
   there is a debug examples \ 01_beginner \ android \ how to do debugging function by sending messages say example ( "")
 

And when you make changes to the game only (steps 1,2,5) is required

Best of all, for those who had problems with images not seen in android
now includes an FPG editor compatible with 32bpp and creates FPG uncompressed compatible
Android (Thanks to Dario Cutillas)

I hope you try it and report errors, remember it is still a beta and the final characteristics are not finished












Android development is ready to deploy apps, but in debugging you have to 
make the following..



To debug android apps please download and install USB drivers for your device first..


1. install your usb drivers ,  or install this generic drivers
   http://hexamob.com/drivers/GENERICOS/UniversalAdbDriverSetup6.msi


2. restart PC

3. Plug your device

4. Enable "usb debugging mode / developer mode" in your device
http://www.droidviews.com/how-to-enable-developer-optionsusb-debugging-mode-on-devices-with-android-4-2-jelly-bean/

http://www.howtogeek.com/129728/how-to-access-the-developer-options-menu-and-enable-usb-debugging-on-android-4.2/

  

5. you are ready to debug apps in android 



Source: Android development readme.txt, updated 2016-09-01