Code Monkey home page Code Monkey logo

Comments (6)

marchbold avatar marchbold commented on July 18, 2024 1

That error is saying it can't find a resource google_play_services_version, are you sure you haven't added additional items to your manifest and forgotten an ANE dependency?

from adobe-runtime-support.

marchbold avatar marchbold commented on July 18, 2024 1

I'm going to assume you are using our standard extensions, so this resource is contained in com.distriqt.playservices.Base

You'll need to download and add that extension to your build (depends on IDE but can read guides here: https://docs.airnativeextensions.com/docs/tutorials/getting-started) and add the extension id to the extensions list in your app descriptor:

<extensions>
    <extensionID>com.distriqt.playservices.Base</extensionID>
</extensions>

Highly suggest you go back and check the documentation for whatever extension you are using though as this should have been covered there :)

Alternatively if you are using apm:

apm install com.distriqt.playservices.Base
apm generate app-descriptor

from adobe-runtime-support.

hyperyuiz avatar hyperyuiz commented on July 18, 2024 1

@marchbold
Thanks for your help!
I will learn about it ( I just want to show ads in my app)

I found an extension that can help me do that
https://airnativeextensions.com/extension/com.distriqt.Adverts

from adobe-runtime-support.

marchbold avatar marchbold commented on July 18, 2024

Can you elaborate on where the error occurred and the exact message?

Adding these shouldn't affect the build however it can affect the responses you need to provide for the data privacy survey in the play console.

from adobe-runtime-support.

hyperyuiz avatar hyperyuiz commented on July 18, 2024

@marchbold
image

when I try to add <uses-permission android:name="com.google.android.gms.permission.AD_ID"/> it seems to fail on build

from adobe-runtime-support.

hyperyuiz avatar hyperyuiz commented on July 18, 2024

@marchbold
Ah, I got it.
Sorry I'm a newbie.
Can you guide me to add it 🙇‍♂️

from adobe-runtime-support.

Related Issues (20)

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.