Android IDE (AIDE) Support Forum

Import android.support.v7.*

With AIDE 3.2.190416 on my SM-G9650 (SDK 28)…

How to import android.support.v7.* (appcompat) to AIDE
I’ve done the procedure on this site: https://stackoverflow.com/questions/47087362/how-to-import-android-support-v7-appcompat-to-aide

does not work

I created a new project and did the procedures that are on the site, it still did not work

build.gradle

api (‘android.arch.core:runtime:+’)
{
force = true
}

api 'com.android.support:appcompat-v7:+'

compile fileTree(dir: ‘libs’, include: [’*.jar’])

style.xml

<?xml version=“1.0” encoding=“utf-8”?>
<resources>
<!-- Base application theme. -->
<style name=“AppTheme” parent=“AppTheme.Base”/>
<style name=“AppTheme.Base” parent=“Theme.AppCompat.Light.NoActionBar”>
</style>
</resources>

Change the extends Activity to extends AppCompatActivity in your MainActivity.java




Doing all this continues with the same problem, application is forced to close

@welguri change style.xml to

<?xml version="1.0" encoding="utf-8"?>

I apologize, but did not answer, because in the print screen of the Style.xml file already has the <? xml version = "1.0" encoding = "utf-8"?>

I modified the style.xml file even though it did not work.
I recorded my screen and posted it on YouTube( https://youtu.be/r37FojRm4HM ), if possible I could watch and see what I’m missing.
I’m getting flushed with myself …