-
Archives
Categories
Tags
adobe ads air andengine android api apps app store bada blackberry books business cocos2d cocos2d-x debug distimo download error Even Or Odd facebook flash games google howto ide inneractive interview iphone libgdx linux mac money motodev motorola ndk playbook plugin report revenue ruby sdk twitmyplace webos windows wordpress
Category Archives: development
How to install Adobe Air in Android emulator?
The tool of many that want to develop for Android and that develop for iPhone is the Adobe Air. Why? Because it lets flash developers take advantage of a knowledge they already have. And the one of the main doubt … Continue reading
How to add AirPush ads into my Adobe Air games?
So you want to monetize your game but don’t want to use AdMob? Do you prefer to use AirPush because its high CPM? That’s easy on both native Android and native iPhone SDKs. But is it possible to integrate AirPush … Continue reading
Why my Adobe Air game fails with error INSTALL_FAILED_INVALID_APK when I try to install it into real devices?
So you developed your great Android application using Adobe Air, it runs fine on emulator but it doesn’t install on your real device? And the error issued is
|
1 |
INSTALL_FAILED_INVALID_APK |
How to add a splashscreen to Android applications
In this post I’m showing you how to add a simple splash screen to you application / game. You need the splashscreen file, a layout file and to modifiy AndroidManifest.xml accordinly. All this will be provided here.
How to create your own plugins for your Ruby programs
In the post How to add your own scripts to Ruby loader path and solve load errors I solved a very annoying problem for newbies (like me). With that issue addressed I continued to develop my project. It basically is … Continue reading
How to add your own scripts to Ruby loader path and solve load errors
These days I started to play with Ruby and I needed to figure out how to load my own scripts from a sub-directory into my project folder.
Development Enviroment
A power surge later, not only I had to buy a new no-break, a new power supply and a new HD but I had to reinstall all my programs. As I develop for both Windows and Linux platforms, I install … Continue reading
How to solve error rake aborted! Unknown database ‘mysite_development’
In the beginning of my Ruby On Rails project I tried to run migration command
|
1 |
rake db:migrate |
and got the error bellow:
|
1 2 3 4 |
rake aborted! Unknown database 'mysite_development' Tasks: TOP => db:migrate (See full trace by running task with --trace) |
How to solve – Can’t connect to MySQL server on ‘localhost
Yesterday I started developing a site using Ruby On Rails with MySQL database. When I tried to connect to MySQL I got error message
|
1 |
Can't connect to MySQL server on 'localhost' (10061) |
How to solve error A call to PInvoke function MyMethod has unbalanced the stack.
Today I upgraded a C# program from .NET 2.0 to .NET 4.0 and started debugging it. I got the error message when pInvoke called a C++ function in one of my DLLs:
|
1 2 3 4 5 |
A call to PInvoke function 'MyMethod' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature. |
