Questions tagged [aide]

Use this tag to reference configuration files and modifications to AIDE.

AIDE (Advanced Intrusion Detection Environment) is an intrusion detection program. More specifically a file integrity checker.

55 questions
0
votes
1 answer

AIDE error: Method onRewardedVideoCompleted does not override method from superclass

I am getting this AIDE (Android IDE) error: "Method onRewardedVideoCompleted does not override method from superclass". The weird part is there is no errors in Android Studio. I followed this guide:…
Matthew Vine
  • 120
  • 2
  • 16
0
votes
1 answer

AIDE - Android IDE - SQLiteOpenHelper - Database

Can anybody help me how to create database use sqlite on android app (AIDE), i have try any source code and when i running the project, the project always force close,
0
votes
1 answer

How to import and use "support" library in AIDE app?

I've been trying to figure this out for a while now, but I have no idea how to achieve this. I'm trying to be able to use fragments in the app, but when I try to use the import android.support* library, I get an error. A step by step explanation…
0
votes
2 answers

strange error in aide compiler open input stream needs to be declared

i am using Aide and its giving me this strange error on openInputStream: The Exception 'java.io.FileNotFoundException' must be caught or declared in the throws clause my code: case R.id.album: intent = new…
-1
votes
1 answer

Java runtime.exec() Error tainted command[1] = null

I got this error when executing a command in Android shell via runtime.getRuntime.exec(command,arguments,working directory)b FATAL EXCEPTION: main 04-07 02:56:18.539 23705 23705 E AndroidRuntime Process:…
user18732656
-1
votes
2 answers

Why super() is used in Constructor?

I was learning about custom ArrayAdapter.Found this project on Github. I can't figure out why super is used here. public AndroidFlavorAdapter(Activity context, ArrayListFlavors) { super(context, 0, Flavors); } When I…
fetive
  • 17
  • 2
-1
votes
1 answer

Why does this error keep popping up when I install my app on AIDE?

I am new to AIDE and am still learning but after I added a app icon it started crashing and it never has done this before, also here is my code for it:
Jalen Paul
  • 71
  • 2
  • 3
-1
votes
3 answers

AIDE application keeps crashing at start up. Anything wrong with code

I will post code here. I have developed a simple app using AIDE on my phone as opposed to Android Studio on PC. It is part of an Udemy course. It keeps crashing when I click to run on AIDE. When I click to run a pop up appears saying "This app may…
-2
votes
1 answer

Tablet design and other screen sizes

I've been using Aide to develop my android app, a. Having issues designing for multiple screens and Especially tablets, cos I am using an handset not a tablet... how will I know the size
-4
votes
1 answer

How to make Webview with url file directory in android apk

I want to make my website in html file to android apk. I was make an app with webview and the url is in file directory, and i found error file not found. But i don't know to make offline. I am use aide.
1 2 3
4