Code Monkey home page Code Monkey logo

Comments (33)

cubei avatar cubei commented on August 31, 2024 1

To remove the ads, just look in the Game.java source file and search for "ads", I put comments what lines you should delete. Also check the manifest file.

from flappycow.

irostam avatar irostam commented on August 31, 2024

import com.google.android.gms.ads.AdRequest;
import com.google.android.gms.ads.AdSize;
import com.google.android.gms.ads.AdView;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;
import com.google.android.gms.games.GamesClient;
import com.google.example.games.basegameutils.BaseGameActivity;

from flappycow.

cubei avatar cubei commented on August 31, 2024

Did you read the instruction file like it says in the read-me file ?
Please read that before asking questions that I already answered pre-emptively.

For your future questions:
intelliJ doesn't really support library projects (at least it seems so to me), so instead of adding the google play services library PROJECT as an dependency for BaseGameUtil, add the google-play-services.jar file in the google play services project. This means you can't use resource from the google play service project, so in the manifest of flappyCow you get the error that google_play_services_version was not found, it has the value 4132500 (in the version i use currently), that you need to put there by hand.
Also the BaseGameUtil and the FlappyCow project have both a android-support-v4.jar in the lib folder, you should delete one and reference the both projects to the same file.

I guess it's better/easier to use eclipse.

from flappycow.

irostam avatar irostam commented on August 31, 2024

Google play used for advertising?
How can I delete the program(google play ad)?

from flappycow.

irostam avatar irostam commented on August 31, 2024

How can import in Eclipse?
I not

from flappycow.

irostam avatar irostam commented on August 31, 2024

Cannot import into a workspace with no open projects. Please create a project before importing.

from flappycow.

irostam avatar irostam commented on August 31, 2024

I unfortunately did not succeed
No Google source code and promo thing is possible bridge problem comes up?
Or you can email me?
[email protected]

from flappycow.

cubei avatar cubei commented on August 31, 2024

I have no idea what you are talking about.
The instruction file should be pretty precise.
You do not need to create a project before importing this, because this is a project.

from flappycow.

irostam avatar irostam commented on August 31, 2024

According to the structure go, but still I'm having a error
All Java source code's error, so manifest
What can I do?
Please send me the source code without a problem and Google ads Play

from flappycow.

RepeatAfterMe avatar RepeatAfterMe commented on August 31, 2024

Hello Sir... FYI, please follow this link .. your source code has been sale
on market.. http://www.sellmysourcecode.com/item/rocket-monkey-trilogy/428/
Pada 19 Jun 2014 00:10, "Quchen" [email protected] menulis:

To remove the ads, just look in the Game.java source file and search for
"ads", I put comments what lines you should delete. Also check the manifest
file.


Reply to this email directly or view it on GitHub
#10 (comment).

from flappycow.

cubei avatar cubei commented on August 31, 2024

@hermawan76 Thank you for the information. That's interesting, I can't see my copyright notice anywhere, that's clearly against the license.

from flappycow.

cubei avatar cubei commented on August 31, 2024

@rostam-behroozoan I haven't written it before, so maybe it's your problem: Have you installed the eclipse Android Plugin ? http://developer.android.com/sdk/installing/installing-adt.html

from flappycow.

irostam avatar irostam commented on August 31, 2024

Yes, I did download the Android Eclipse site
http://developer.android.com/

from flappycow.

cubei avatar cubei commented on August 31, 2024

You downloaded a site ? Wow, what do you mean by that ???

Which operating system do you use?

Please tell me if you have the following prerequisites:

  1. You have installed the Java SDK (http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
  2. You have installed the Android SDK (http://developer.android.com/tools/sdk/eclipse-adt.html) ("Use an existing IDE")
  3. You have opened the SDK Manager (you installed this in step 2) and downloaded and installed the newest Android API.
  4. You have downloaded (/installed) Eclipse (http://download.eclipse.org/eclipse/downloads/drops4/R-4.3.2-201402211700/)
  5. You added the ADT Plugin to Eclipse (http://developer.android.com/tools/sdk/eclipse-adt.html)

from flappycow.

irostam avatar irostam commented on August 31, 2024

Yes, I understand. I've done it all before
I've updated the file and what changes have you done?
We have two folder in which the file unzip this ok? BaseGameUtil.zip,GooglePlayServices.zip
lib_projects or libs?

from flappycow.

cubei avatar cubei commented on August 31, 2024

You take both zips from the lib_projects folder and unzip them in your workspace.
Your workspace folder should have 3 folders/projects: BaseGameUtil, FlappyCow, google-play-services_lib

from flappycow.

cubei avatar cubei commented on August 31, 2024

You still didn't tell me which operating system you are using.

from flappycow.

irostam avatar irostam commented on August 31, 2024

windows 8.1

from flappycow.

irostam avatar irostam commented on August 31, 2024

You can not all the codes related to Google play (ads) to remove or replace this file you send for me??
Thank you

from flappycow.

cubei avatar cubei commented on August 31, 2024

No, because Google Play is needed for the leaderboard and achievements and is in a lot of files. Removing it will need huge changes to the code.
And the ads are just a few lines that you can be removed with no problems.
But you said "All Java source code's error, so manifest" and that has nothing to do with the ads, IF you followed the instructions. In case you are not exaggerating and all the source code has errors for real, you did not install the SDKs correctly.

from flappycow.

irostam avatar irostam commented on August 31, 2024

Is this true??
screenshot 11

from flappycow.

cubei avatar cubei commented on August 31, 2024

I don't see any errors at all. So what's you problem again?

from flappycow.

irostam avatar irostam commented on August 31, 2024

Thank you, no problem
How can I just run it run with my device
I do not want to run with avd

from flappycow.

cubei avatar cubei commented on August 31, 2024

Take your Android device, open Settings, scroll down, click on developer settings, check USB-Debugging

On newer Android versions you may not see this menu point by default, to activate developer settings do the following:
Take your Android device, open Settings, scroll down to the last point and click on about phone/tablet, scroll down until you find the build-number click on it multiple time (~5x) until you get the notification that you are a developer now.

connect your device via an USB cable to your computer. Your Android device should show a notification about USB-Debugging and your computer should install the drivers needed.

In eclipse, right click on the project -> run as -> android application -> wait a little -> choose your device

Also: You could share how you solved your first problems, in case someone else has this errors, it would probably help him/her a lot.

from flappycow.

irostam avatar irostam commented on August 31, 2024

I thank you very much
I run into the device game, not ads
But there's a code, you need to remove a portion of the advertising?
Again put these games to see whether there is a source where multiple games can be downloaded and development?

from flappycow.

cubei avatar cubei commented on August 31, 2024

Sorry, but I don't understand your last two sentences. Could you try to restructure them?

from flappycow.

irostam avatar irostam commented on August 31, 2024

It's clear the lib_projects?
Ever wonder every time I change the package name??

from flappycow.

cubei avatar cubei commented on August 31, 2024

Don't take this personally, but your english is not understandable.
Or it's just me, but I can't help you, if I can't understand you.

from flappycow.

irostam avatar irostam commented on August 31, 2024

I deleted my Google bridge plan
But this message was displayed(thoest)
You're not logged in
How do I remove it?

from flappycow.

cubei avatar cubei commented on August 31, 2024

I guess you mean the "toast" notification.
Usually if someone asked a question like this, he will be directed to use google to search for a solution. In this case you don't need google, because eclipse has an build in search functionality.
So click on "Search" in the menu bar of eclipse, select "Search.." type in "You're not logged in", press Enter and eclipse will show you all occurrences. Now you see where it comes from and it should be easy for you to figure out how to remove it.
Search before your ask. ;)

from flappycow.

irostam avatar irostam commented on August 31, 2024

Thanks for the tips
These two packages are described in sight?
BaseGameUtil,google-play-services_lib
One does not need to be removed?

from flappycow.

cubei avatar cubei commented on August 31, 2024

BaseGameUtil needs google-play-service_lib and flappyCow need BaseGameUtil
So no, you can't remove them.

from flappycow.

cubei avatar cubei commented on August 31, 2024

I guess we're done here

from flappycow.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.