fail to install the apk in Gradle Project.

Issue #18 resolved
伊藤琢巳(Tackn) created an issue
  • Windows8 Pro Japanese / 64bit x86;MS932;ja_JP
  • Oracle Java SDK version "1.7.0_45"
  • Google Android SDK r22.3
  • NetBeans IDE 7.4 ja_JP Build 201310111528
  • Android 1.211
  • NBandroid Gradle Support 1.211
  • NBAndroid Extensions 1.211
  1. create Android Project by android command
  2. open the project in NetBeans
  3. Edit Properties (gradle/wrapper/gradle-wrapper.properties) distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-bin.zip distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
  4. bulid the project.
  5. install the apk (fail)
  • open the file tab
  • open build/apk/
  • Right click->Install
  • java.lang.NullPointerException

Comments (8)

  1. Radim Kubacki
    • changed status to open

    Now I see - the 'install APK' action really seems broken and needs to read AndroidManifest.xml from APK file first.

  2. Log in to comment