-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IllegalStateException - App has not been created yet! #16
Comments
Hi @Aaryanverma , I've opened the project in Intellij Idea, marked "java" as source, installed Android SDK and some libraries which Intellij Idea automatically suggested, replaced |
Ah you are too late, I fixed it but don't remember how.
بتاریخ سوموار، 6 اگست، 2018 10:10 بعد دوپہر rok-povsic <
[email protected]> نے لکھا:
… Hi @Aaryanverma <https://github.com/Aaryanverma> ,
I've opened the project in Intellij Idea, marked "java" as source,
installed Android SDK and some libraries which Intellij Idea automatically
suggested, replaced YOUR_API_KEY_HERE and was able to run the project in
an emulator. Are you sure you've set up the Android SDK and the other
libraries correctly?
[image: image]
<https://user-images.githubusercontent.com/1495233/43730522-e2eb3112-99ab-11e8-913f-d3104728dbbd.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AR0UcAiJmruAmj8j_k28cUvRRuPtXMcWks5uOHiLgaJpZM4Vv7CV>
.
|
Good to hear that, good luck! |
API key is correct, there is a runtime exception at async task, but I'm not getting the root cause of this error. help me with this. error in code at this line: new AsyncTask<Void, Void, ClarifaiResponse<List<ClarifaiOutput>>>() {
|
I used this whole code and changed API key with mine but the app is crashing displaying the IllegalStateException("App has not been created yet!"). What should I change? Any possible solution?
The text was updated successfully, but these errors were encountered: