You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2020. It is now read-only.
I am trying to set up Instapk on Android Studio but it seems to not be working.
It freezes when I input the Access Token try to connect.
I have checked out the instapk.log file that is generated and this is what is present in it.
Mar 16, 2018 1:59:09 PM com.pytenlabs.instapk.helpers.LogHelper init
INFO: Mac OS X, 10.13.3, x86_64, Android Studio AI-171.4249.39
Mar 16, 2018 1:59:10 PM com.pytenlabs.instapk.helpers.ProjectInfoHelper lambda$getProjectDetails$0
INFO: Found Facet: Android
Mar 16, 2018 1:59:11 PM com.pytenlabs.instapk.helpers.ProjectInfoHelper lambda$getProjectDetails$0
WARNING: org.jetbrains.andrxoid.facet.AndroidFacet.getAndroidModuleInfo()
Mar 16, 2018 1:59:12 PM com.pytenlabs.instapk.helpers.ProjectInfoHelper getProjectDetails
INFO: ProjectInfo{versionCode=1, versionName='1.0', packageName='com.thedancercodes.androidinstrumentedtests', projectName='android-instrumented-tests'}
Mar 16, 2018 2:04:11 PM com.pytenlabs.instapk.helpers.ApiHelper$2 run
INFO: RES CODE :400
Mar 16, 2018 2:04:11 PM com.pytenlabs.instapk.helpers.ApiHelper$2 run
INFO: RES : {"message": "given data is invalid"}
Mar 16, 2018 2:04:30 PM com.pytenlabs.instapk.helpers.ApiHelper$2 run
INFO: RES CODE :400
Mar 16, 2018 2:04:30 PM com.pytenlabs.instapk.helpers.ApiHelper$2 run
INFO: RES : {"message": "given data is invalid"}
Mar 16, 2018 2:04:44 PM com.pytenlabs.instapk.helpers.ApiHelper$2 run
INFO: RES CODE :400
Mar 16, 2018 2:04:44 PM com.pytenlabs.instapk.helpers.ApiHelper$2 run
INFO: RES : {"message": "given data is invalid"}
Mar 16, 2018 2:05:06 PM com.pytenlabs.instapk.helpers.ApiHelper$2 run
INFO: RES CODE :400
Mar 16, 2018 2:05:06 PM com.pytenlabs.instapk.helpers.ApiHelper$2 run
INFO: RES : {"message": "given data is invalid"}
Hello @sideffect0
I am trying to set up Instapk on Android Studio but it seems to not be working.
It freezes when I input the Access Token try to connect.
I have checked out the
instapk.logfile that is generated and this is what is present in it.