Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7921599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T16:38:30+00:00 2026-06-03T16:38:30+00:00

I am trying to put ads into my Android application, but I’m getting a

  • 0

I am trying to put ads into my Android application, but I’m getting a weird error.

My app launches with this in the Manifest file. But it shows an error in the emulator saying
“You must have AdActivity declared in the AndroidManifest.xml with configChanges.”

<activity android:name="com.google.ads.AdActivity"
                    android:configChanges="keyboardHidden|orientation|keyboard"/>

Whenever I add this to the Manifest file I cannot compile.

<activity android:name="com.google.ads.AdActivity"
                    android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T16:38:33+00:00Added an answer on June 3, 2026 at 4:38 pm

    The easiest part at first: you are missing a few flags in the configChanges attribute of the definition of the AdActivity in your AndroidManifest.xml. As shown in the AdMob SDK Docs the definition needs to look like this:

    <activity android:name="com.google.ads.AdActivity"    
    android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>  
    

    The second —
    Investigated the reason is because these three attributes in the latest SDK (> = 13) support, the project properties are set with Android2.2 solution is as follows:

    a: Upgrade ADT to download the latest SDK

    b: the API to modify the Project Build Target Level, its value must be> = 13, I chose to Android 4.0. Modify these steps: Right-click on the item, and select Properties -> Android -> Android 4.0

    c: Modify the the AndroidManifest.xml of the targetSdkVersion and minSdkVersion value is the value of their own needs

    <uses-sdk android:targetSdkVersion="8" android:minSdkVersion="7"/>  
    

    for more help see

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I trying to put together an Android app that will take a picture and
I'm trying to put together a Java Webstart app, but don't want it to
I'm trying to put together this layout... ... but I'm having issues with the
I am trying to put an offline Openstreetmap map into my Java Application. I
Possible Duplicate: Android AdMobs problem. I am trying to put in an ad but
I'm trying to put admob ad at the top of my app but the
I'm trying put an if statement directly into a select field in rails, with
Trying to put in field pagar the calculated value of precio * 15% but
Trying to put a function call that returns an int into a call for
I trying to put some images into the hub tile as the window phone

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.