AndroLite - Easy Configurable Android WebView App Template

AndroLite - Easy Configurable Android WebView App Template v1.0

No permission to download

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,107
6,072
120
world
babiato.tech
White Devil submitted a new resource:

AndroLite - Easy Configurable Android WebView App Template - admob, android, android studio, android web app, android webview, configurable, firebase, material d

AndroLite590.jpg

Create Android WebView mobile app from responsive website. Configure requirment and create your site into an app, AndroLite can do much more, explore the many useful options & features we offer below:Features
  • Latest UI
  • OneSignal Push Notifications
  • Firebase Analytics
  • All Device Compatibility
  • Developed with Android Studio & Gradle
  • Support for Jelly Bean (Android 4.2) and newer
  • Material design following...

Read more about this resource...
 

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
Please, do you know how i can remove the test admob from the generated apk?
See for this you must have basic knowledge of Java. In the Screens XML file make ads position from Visible to Gone. That's it and make sure to remove the dependencies from Activity also or else it will make error while Debugging.
 

Hexor

:):
Trusted Seller
Trusted Uploader
Jun 23, 2020
2,005
1,546
120
Pale Blue Dot
Please, do you know how i can remove the test admob from the generated apk?
You mean test ad?

Just replace the code with your own admob code

Or find the ad code in the editor and deactivate the ads using // in front of the code.

Like this
Java:
task deleteJavaDebugLogs << {

    description("This function will delete all SDK DEBUG log level from the project, be careful with it!")

    //Add double slash like this in front of the the Admob lines in your source code's xml files

    FileTree  javaFiles = fileTree('[your_project_path]') {

        // if you have more files that are not .java include them also.

        include '**/*.java'

    }
 
Last edited:

cryptointel

Active member
Trusted Uploader
Jul 19, 2019
247
54
28
You mean test ad?

Just replace the code with your own admob code

Or find the ad code in the editor and deactivate the ads using // in front of the code.

Like this
Java:
task deleteJavaDebugLogs << {

    description("This function will delete all SDK DEBUG log level from the project, be careful with it!")

    //Add double slash like this in front of the the Admob lines in your source code's xml files

    FileTree  javaFiles = fileTree('[your_project_path]') {

        // if you have more files that are not .java include them also.

        include '**/*.java'

    }

Thanks for the reply, please pardon me, I have zero knowledge of coding. I need to know exactly where to place this code. I don't want any ads to display on the app.
 

Einstech

New member
Nov 12, 2020
16
2
3
https
Please, do you know how i can remove the test admob from the generated apk?

Go to:
  • Android Studio > Source Code> res > values > strings.xml
Search for example:

Code:
<string name="admob_banner_id">ca-app-pub-3940256099942544/6300978111</string>
<string name="admob_interstitial_id">ca-app-pub-3940256099942544/1033173712</string>

And delete all the test admob code:

ca-app-pub-3940256099942544/6300978111
ca-app-pub-3940256099942544/1033173712
 

cryptointel

Active member
Trusted Uploader
Jul 19, 2019
247
54
28
Go to:
  • Android Studio > Source Code> res > values > strings.xml
Search for example:

Code:
<string name="admob_banner_id">ca-app-pub-3940256099942544/6300978111</string>
<string name="admob_interstitial_id">ca-app-pub-3940256099942544/1033173712</string>

And delete all the test admob code:

ca-app-pub-3940256099942544/6300978111
ca-app-pub-3940256099942544/1033173712
If I remove this, it will trigger error or I will a parse error after installing the apk.
 

cryptointel

Active member
Trusted Uploader
Jul 19, 2019
247
54
28
Just add // before admob lines
You mean i should write this?

//<string name="ad_publisher_id">pub-3940256099942544</string>
//<string name="admob_app_id">ca-app-pub-3940256099942544~3347511713</string>
//<string name="admob_banner_id">ca-app-pub-3940256099942544/6300978111</string>
//<string name="admob_interstitial_id">ca-app-pub-3940256099942544/1033173712</string>
 

Hexor

:):
Trusted Seller
Trusted Uploader
Jun 23, 2020
2,005
1,546
120
Pale Blue Dot
You mean i should write this?

//<string name="ad_publisher_id">pub-3940256099942544</string>
//<string name="admob_app_id">ca-app-pub-3940256099942544~3347511713</string>
//<string name="admob_banner_id">ca-app-pub-3940256099942544/6300978111</string>
//<string name="admob_interstitial_id">ca-app-pub-3940256099942544/1033173712</string>

Try this and test the apk
I don't remember exactly
 

cryptointel

Active member
Trusted Uploader
Jul 19, 2019
247
54
28
See for this you must have basic knowledge of Java. In the Screens XML file make ads position from Visible to Gone. That's it and make sure to remove the dependencies from Activity also or else it will make error while Debugging.
Please can you be kind to show me where and what I need to change from VISIBLE to GONE, and what & where are the DEPENDENCIES to remove?
 

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
Please can you be kind to show me where and what I need to change from VISIBLE to GONE, and what & where are the DEPENDENCIES to remove?
Okay do onething PM your app's source code, I'll remove it and give it to you, then there will be no error you will find more in that.
 
  • Like
Reactions: cryptointel

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu