Building application - bug

43 views
Skip to first unread message

Bee Jon Cee

unread,
Jun 14, 2020, 6:18:38 PM6/14/20
to AIDE - Android Java IDE
Hey Team

I am currently having a problem building my application when I add "imageView" the application just blink at open and close immediately. The clip I have sent you on twitter the link is below it shows the inconvenience of it building up...

Assist

https://twitter.com/Bee_jon_cee/status/1272058002569338880?s=20

Trasd

unread,
Jun 30, 2020, 10:52:19 AM6/30/20
to AIDE - Android Java IDE
Hey,

I'd need to see the code, but some general's:
* Don't target SDKs above 27.1.1
* If your app is all correct, but crashes immediately when opened, open build.gradle and add:

    implementation ('android.arch.core:runtime:1.1.1') {
        force = true
    }
    
    in your dependencies, so it flows like:
 
    dependencies {
        implementation fileTree(dir: 'libs', include: ['*.jar'])
        implementation ('android.arch.core:runtime:1.1.1') {
            force = true
        }
        implementation 'com.android.support:appcompat-v7:27+'
}
    

Reply all
Reply to author
Forward
0 new messages