Skip to content
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

'java.lang.String com.activeandroid.TableInfo.getTableName()' on a null object reference #543

Open
runat3 opened this issue Jan 17, 2018 · 4 comments

Comments

@runat3
Copy link

runat3 commented Jan 17, 2018

With this code, the problem persists.

<meta-data
    android:name="AA_MODELS"
    android:value="com.myapp.model.Item, com.myapp.model.Category" />

Then I found that by removing the space, it worked
like this

<meta-data
    android:name="AA_MODELS"
    android:value="com.myapp.model.Item,[No space here]com.myapp.model.Category" />
@ImangazalievM
Copy link

ImangazalievM commented Jan 24, 2018

Hello. ActiveAndroid no longer be maintained. You can use ReActiveAndroid, it's based on ActiveAndroid.

Full Documentation.

@WahidNasri
Copy link

try to disable instant run

@deepankar-np
Copy link

try to disable instant run

Yes, It is working after disabling instant run. I also invalidated and restarted the android studio.
However, after reinstalling the APKit was again throwing the same error. Hence, I cleared the app data and after that, the app again started working.

@ReejeshPK
Copy link

try to disable instant run

That really helped. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants