sajith4u / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

APK is missing java compiled files ".class" #383

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Use maven android plugin 3.5.3 or 3.5.4-SNAPSHOT with the latest android tool 
update
2.Launch mvn clean package on the morseflash-app sample

What is the expected output?
An APK that contains the resource "res" plus the java ".class" files

What do you see instead?
An APK with only the resource "res" with no java ".class" files

What version of maven-android-plugin are you using?
maven android plugin 3.5.3 or 3.5.4-SNAPSHOT

What are the complete output lines of "mvn -version" on your machine?
Apache Maven 3.0.4
Maven home: /usr/share/maven
Java version: 1.7.0_21, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.8.0-22-generic", arch: "amd64", family: "unix"

Please provide any additional information below.

Original issue reported on code.google.com by niq...@gmail.com on 22 May 2013 at 7:59

GoogleCodeExporter commented 9 years ago
An apk should never have class files in it. They are dexed.. 

Original comment by mosa...@gmail.com on 24 May 2013 at 4:50