AlbertAkefoul's Forum Posts

  • This morning I updated the "construct2" and put a new version of "r84", then decided to make a game for Androyda PhoneGap again and suddenly a white screen and the game will not start! Although the game is very well-r82 loaded! Why??

  • This morning I updated the "construct2" and put a new version of "r84", then decided to make a game for Androyda PhoneGap again and suddenly a white screen and the game will not start! Although the game is very well-r82 loaded! Why?? I already had this and they told me to get everything working on Android should be "Do not include phonegap.js in the zip"?!

    Here is a link to this:

    Explained to why this is happening??

  • Touch plug-in I have! When I created the game I just put the "Keyboard" and all! Now that you can play through androyd I need to add to the game "Touch"? Do I understand you?

  • Thank you now try to use it!

  • I made a game where you play the keys on the computer and just recently made ??the game a PhoneGap on Android run on the phone joined the game click on the sensor but not what the motion is nonreacting? Here are wondering how to make a button so you can play through the phone??

  • I made a little game everything works fine, but once the game ends with the words �Game Over� I can not put a button with a "start again"? How to do it please tell me?

  • How to make a pause in the game please tell me?

  • Wishy...good! try to do as you! thank you that enlightened me!

  • If Do not include phonegap.js in the zip!!! What other options are there?

  • If you can not zip it to include the same?

  • I made a game using construct 2 .

    I used the instructions to create an application for Androids:

    http://www.scirra.com/tutorials/71/how-to-make-native-phone-apps-with-construct-2-and-phonegap/page-1

    I submitted to phonegap, downloaded the .apk. I downloaded the game on my phone(Android) but when I open it up the app just has a white screen and doesnt show anything! What am I doing wrong??

  • I just want to check how my game works in the emulator because it does not have a cell phone with android! How to connect to the server Explain to me?

  • Here is my code to the Supplement to the App.java

    package com.phonegap.gameworld;

    import android.app.Activity;

    import android.os.Bundle;

    import android.webkit.WebView;

    public class App extends Activity {

        npb@Override

        public void onCreate(Bundle savedInstanceState) {

          super.onCreate(savedInstanceState);

        

          WebView webview = new WebView(this);

          webview.loadUrl("file:///android_asset/www/index.html");

          

          setContentView(webview);

        }

    }

  • Hello friends! Everything is almost done loaded in the emulator run "their game" and writes an error

    "the connection to the server was unsuccessful"

    <img src="http://cs302812.userapi.com/u21362907/-7/y_4d9afc68.jpg" border="0" />

    <img src="http://cs302812.userapi.com/u21362907/-7/y_3fce0bc4.jpg" border="0" />

    What do I need to load into the server?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I just want my game to make application for ANDROID

    I did everything as they say here: http://wiki.phonegap.com/w/page/30862722/phonegap-android-eclipse-quickstart

    have only exported to PhoneGap

    When exporting to PhoneGap

    <img src="http://www.scirra.com/images/articles/exportforphonegap.png" border="0">

    out

    <img src="http://cs5825.userapi.com/u21362907/-7/y_f5e31033.jpg" border="0">

    I do not understand how to change the project properties?

    Tell me how to make an application under ANDROID?